Allow the BLT app to take a url from the share sheet on iOS and android #9218
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Assign | |
on: | |
issue_comment: | |
types: [created] | |
schedule: | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Assign Issues | |
uses: OWASP-BLT/BLT-Action@main | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |