Merge pull request #24393 from backstage/rugvip/labels

.github: replace labeler action and label BEPs related things
This commit is contained in:
Patrik Oldsberg
2024-04-19 18:15:12 +02:00
committed by GitHub
3 changed files with 24 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
area:techdocs:
- '/(techdocs|tech-docs|tech docs)/i'
area:discoverability:
- '/search/i'
area:catalog:
- '/catalog/i'
area:scaffolder:
- '/scaffolder/i'
area:permission:
- '/permission/i'
bep:
- '/\bbep\b/i'
+4
View File
@@ -31,6 +31,10 @@ area:techdocs:
- plugins/techdocs/**/*
- plugins/techdocs-*/**/*
- packages/techdocs-*/**/*
bep:
- changed-files:
- any-glob-to-any-file:
- beps/**/*
auth:
- changed-files:
- any-glob-to-any-file:
+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 }}'