Skip to content

Commit

Permalink
Merge pull request #1896 from tgstation/dependabot/github_actions/mas…
Browse files Browse the repository at this point in the history
…ter/actions-ecosystem/action-add-labels-1.1.3

Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3
  • Loading branch information
Cyberboss authored Aug 27, 2024
2 parents 1e846af + 9988e3b commit e227bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: "Add 'CI Approval Required' Label"
if: (github.event.action == 'synchronize' || github.event.action == 'reopened') || ((github.event.action == 'opened' || github.event.action == 'labeled') && !contains(github.event.pull_request.labels.*.name, 'CI Cleared'))
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf
with:
labels: CI Approval Required
github_token: ${{ steps.app-token-generation.outputs.token }}
Expand Down

0 comments on commit e227bd4

Please sign in to comment.