aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/twbs/bootstrap/.github/workflows/release-notes.yml
blob: bbd0a2448bfa83d473a7b206904332a3bee80cd6 (plain) (tree)
1
2
3
4
5
6
7





                   
                    








                                                   
name: Release notes

on:
  push:
    branches:
      - main
  workflow_dispatch:

jobs:
  update_release_draft:
    runs-on: ubuntu-latest
    if: github.repository == 'twbs/bootstrap'
    steps:
      - uses: release-drafter/release-drafter@v5
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}