Bump axios from 1.7.4 to 1.13.5 #847
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: "Assign issues with .take" | |
| on: | |
| issue_comment: | |
| types: | |
| - created | |
| - edited | |
| jobs: | |
| take-issue: | |
| name: Disable take issue | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - name: take an issue | |
| uses: bdougie/take-action@main | |
| with: | |
| issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to someone else. | |
| token: ${{ secrets.GITHUB_TOKEN }} |