Skip to content

Commit

Permalink
Create github-secret.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <fabicampanari@gmail.com>
  • Loading branch information
FabianaCampanari committed Apr 23, 2024
1 parent 7f8c197 commit dfed5cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/github-secret.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 dfed5cc

Please sign in to comment.