Skip to content

Commit

Permalink
merge: #12962
Browse files Browse the repository at this point in the history
12962: fix: provide github token to issue-labeler action r=remcowesterhoud a=megglos

## Description

The issue-label action's docs were already updated according to github/issue-labeler#67 however it wasn't released yet 🤦 , thus have to provide the token as input.

Follow-up to #12932.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #12655

Co-authored-by: Meggle (Sebastian Bathke) <sebastian.bathke@camunda.com>
  • Loading branch information
zeebe-bors-camunda[bot] and megglos committed Jun 6, 2023
2 parents 7a80d04 + 6d7fae0 commit 0c3a1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue-add-support-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
with:
configuration-path: .github/issue-labeler.yml
enable-versioned-regex: 0
repo-token: "${{ github.token }}"

0 comments on commit 0c3a1f7

Please sign in to comment.