diff options
author | Alan Rominger <arominge@redhat.com> | 2023-06-26 23:14:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 23:14:53 +0200 |
commit | fe2da52eec6bcba4231cc00edb4c62799d5cb2ad (patch) | |
tree | d4f8ffb26e6a0458d02fa42c97b361012c627699 /.github/workflows/label_issue.yml | |
parent | Add hashivault option as docker-compose optional container (#14161) (diff) | |
download | awx-fe2da52eec6bcba4231cc00edb4c62799d5cb2ad.tar.xz awx-fe2da52eec6bcba4231cc00edb4c62799d5cb2ad.zip |
Upgrade Github actions issue labeler to fix 404 errors (#14163)
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/label_issue.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label_issue.yml b/.github/workflows/label_issue.yml index 2e55d961b1..99c2952360 100644 --- a/.github/workflows/label_issue.yml +++ b/.github/workflows/label_issue.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Label Issue - uses: github/issue-labeler@v2.4.1 + uses: github/issue-labeler@v3.1 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" not-before: 2021-12-07T07:00:00Z |