Skip to content

Commit

Permalink
github-secret.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <[email protected]>
  • Loading branch information
FabianaCampanari authored Apr 12, 2024
1 parent 4a5439c commit 6bb409f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/github-secret.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Pull request labeler
on: I pull_request_target 1

jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: meu_segredo: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6bb409f

Please sign in to comment.