Fix skipping tests when dependabot runs #112
This file contains hidden or 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 & Unassign (Org-wide Limit) | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| handle-comment: | |
| uses: PalisadoesFoundation/.github/.github/workflows/auto-assign.yml@main | |
| secrets: | |
| ORG_ACCESS_TOKEN: ${{ secrets.ORG_ACCESS_TOKEN }} |