Skip to content

Commit 542639b

Browse files
Bump andymckay/labeler from 1.0.3 to 1.0.4 (#37)
Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/andymckay/labeler/releases) - [Commits](andymckay/labeler@1.0.3...1.0.4) --- updated-dependencies: - dependency-name: andymckay/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d9ea59 commit 542639b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add-triage-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: initial labeling
21-
uses: andymckay/labeler@1.0.3
21+
uses: andymckay/labeler@1.0.4
2222
with:
2323
add-labels: "triage"

.github/workflows/identify-customer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
env:
3131
BOOL: ${{ contains( env.MEMBER_LIST, env.CREATOR ) }}
3232
if: ${{ env.BOOL == 'false' }}
33-
uses: andymckay/labeler@1.0.3
33+
uses: andymckay/labeler@1.0.4
3434
with:
3535
add-labels: "customer-submission"

0 commit comments

Comments
 (0)