0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/.github/workflows/release-notes.yml

24 lines
501 B
YAML
Raw Normal View History

2020-03-26 00:04:37 +01:00
name: Release notes
on:
push:
branches:
2020-06-16 20:41:47 +02:00
- main
2021-12-02 22:02:11 +01:00
workflow_dispatch:
2020-03-26 00:04:37 +01:00
permissions:
contents: read
2020-03-26 00:04:37 +01:00
jobs:
update_release_draft:
permissions:
# allow release-drafter/release-drafter to create GitHub releases and add labels to PRs
contents: write
pull-requests: write
2020-03-26 00:04:37 +01:00
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
2020-03-26 00:04:37 +01:00
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}