Skip to content

Commit ca49bea

Browse files
authored
Merge pull request #146 from cisagov/improvement/update_labeler_action
Update the version of the `crazy-max/ghaction-github-labeler` Action and add a dependabot ignore directive
2 parents 8cdbc7b + 49ac8c5 commit ca49bea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ updates:
1313
# - dependency-name: actions/checkout
1414
# - dependency-name: actions/setup-go
1515
# - dependency-name: actions/setup-python
16+
# - dependency-name: crazy-max/ghaction-github-labeler
1617
# - dependency-name: hashicorp/setup-terraform
1718
# - dependency-name: mxschmitt/action-tmate
1819
package-ecosystem: github-actions

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: Sync repository labels
2424
if: success()
25-
uses: crazy-max/ghaction-github-labeler@v4
25+
uses: crazy-max/ghaction-github-labeler@v5
2626
with:
2727
# This is a hideous ternary equivalent so we only do a dry run unless
2828
# this workflow is triggered by the develop branch.

0 commit comments

Comments
 (0)