Skip to content

Commit

Permalink
chore(releases): try to revert to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomik authored Feb 17, 2024
1 parent aed3250 commit 20364df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
branches:
- main
# pull_request event is required only for autolabeler
# pull_request_target event is required for autolabeler to support PRs from forks
pull_request_target:
pull_request:
types: [opened, reopened, synchronize]

permissions:
Expand All @@ -20,7 +19,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6
with:
disable-releaser: ${{ github.event.type != 'push' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 20364df

Please sign in to comment.