Skip to content

Commit

Permalink
ci: configure release drafter autolabeler behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
  • Loading branch information
neilime committed Feb 16, 2024
1 parent 2a93f2e commit 244a41f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pull-request-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Pull Request Labeler

on:
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read

jobs:
pull-request-labeler:
runs-on: "ubuntu-latest"
permissions:
contents: write
pull-requests: write

steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
disable-releaser: true

0 comments on commit 244a41f

Please sign in to comment.