Skip to content

Commit ff41e68

Browse files
Add 15s sleep to allow tagging to complete
1 parent 51354e2 commit ff41e68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/regexLabeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
enable-versioned-regex: 0
1818
include-title: 1
1919
repo-token: ${{ github.token }}
20+
- name: Sleep for 15 seconds
21+
run: sleep 15s
22+
shell: bash
2023
- uses: wow-actions/auto-assign@v3
2124
with:
2225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)