Skip to content

Commit df2ba46

Browse files
Merge pull request #105 from Quantum-Software-Development/FabianaCampanari-patch-1
Add GitHub Actions workflow for pull request labeling
2 parents d0c51f8 + b80e424 commit df2ba46

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/github-secret.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
name: Pull request labeler
4+
on: I pull_request_target 1
5+
6+
jobs:
7+
triage:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
steps:
13+
- uses: actions/labeler@v4
14+
with:
15+
repo-token: meu_segredo: ${{ secrets.GITHUB_TOKEN }}
16+

0 commit comments

Comments
 (0)