.github/workflows: replace issue labeler action

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-19 17:19:06 +02:00
parent 67a031e31a
commit e7a617a9b8
2 changed files with 18 additions and 2 deletions
+8 -2
View File
@@ -14,5 +14,11 @@ jobs:
with:
egress-policy: audit
- name: Issue sync
uses: backstage/actions/issue-sync@caa4901322ee3b5af18814ffc837bd052f150073 # v0.6.6
- name: Add issue labels
uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
include-title: 1
include-body: 0
configuration-path: .github/labeler.yml
not-before: 2024-04-19T15:03:51Z
repo-token: '${{ secrets.GITHUB_TOKEN }}'