Skip to content

Commit

Permalink
Merge pull request #146 from cisagov/improvement/update_labeler_action
Browse files Browse the repository at this point in the history
Update the version of the `crazy-max/ghaction-github-labeler` Action and add a dependabot ignore directive
  • Loading branch information
mcdonnnj authored Sep 13, 2023
2 parents 8cdbc7b + 49ac8c5 commit ca49bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ updates:
# - dependency-name: actions/checkout
# - dependency-name: actions/setup-go
# - dependency-name: actions/setup-python
# - dependency-name: crazy-max/ghaction-github-labeler
# - dependency-name: hashicorp/setup-terraform
# - dependency-name: mxschmitt/action-tmate
package-ecosystem: github-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Sync repository labels
if: success()
uses: crazy-max/ghaction-github-labeler@v4
uses: crazy-max/ghaction-github-labeler@v5
with:
# This is a hideous ternary equivalent so we only do a dry run unless
# this workflow is triggered by the develop branch.
Expand Down

0 comments on commit ca49bea

Please sign in to comment.