PlotSquared/.github/workflows/release-drafter.yml

20 lines
496 B
YAML
Raw Normal View History

2021-12-17 21:36:56 +01:00
name: draft release
on:
push:
branches:
- v6
pull_request:
types: [ opened, reopened, synchronize ]
pull_request_target:
types: [ opened, reopened, synchronize ]
jobs:
update_release_draft:
2022-01-31 21:12:00 +01:00
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
2021-12-17 21:36:56 +01:00
runs-on: ubuntu-latest
steps:
2022-03-08 20:50:19 +01:00
- uses: release-drafter/release-drafter@v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}