Skip to content

Commit

Permalink
release drafter
Browse files Browse the repository at this point in the history
This changes introduces new workflow which creates draft releases automatically, when a PR is create.

[See](coopnorge/engineering-issues#325) for discussion on why this was necessary.

[Docs](https://inventory.internal.coop/docs/default/Component/github-workflow-release-drafter) on how release-drafter works.
  • Loading branch information
arunpoudel committed Oct 18, 2023
1 parent 9808a5a commit f22e4d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
- edited
permissions:
contents: read

jobs:
release-draft:
permissions:
pull-requests: write
contents: write
uses: coopnorge/github-workflow-release-drafter/.github/workflows/[email protected]

0 comments on commit f22e4d1

Please sign in to comment.