Skip to content

Commit

Permalink
Add 15s sleep to allow tagging to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhuangwq committed Dec 29, 2023
1 parent 51354e2 commit ff41e68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regexLabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
enable-versioned-regex: 0
include-title: 1
repo-token: ${{ github.token }}
- name: Sleep for 15 seconds
run: sleep 15s
shell: bash
- uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ff41e68

Please sign in to comment.