Skip to content

Commit

Permalink
ci: allow manual drafting of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 16, 2024
1 parent 8e2d3c7 commit 680e1f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
# pull_request_target event is required for autolabeler to support PRs from forks
# pull_request_target:
# types: [opened, reopened, synchronize]
workflow_dispatch: {}

permissions:
contents: read
Expand All @@ -29,4 +30,4 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 680e1f9

Please sign in to comment.