Rename fixtureId
to FIXTURE_ID
in js/tests/helpers
for consiste…
#3006
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release notes | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
update_release_draft: | |
permissions: | |
# allow release-drafter/release-drafter to create GitHub releases and add labels to PRs | |
contents: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
if: github.repository == 'twbs/bootstrap' | |
steps: | |
- uses: release-drafter/release-drafter@v6 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |