/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/.github/workflows
NameSizeModeActions
browserstack.yml9510644editdlrm
bundlewatch.yml7760644editdlrm
calibreapp-image-actions.yml6220644editdlrm
codeql.yml9130644editdlrm
cspell.yml6760644editdlrm
css.yml6330644editdlrm
docs.yml8790644editdlrm
issue-close-require.yml7300644editdlrm
issue-labeled.yml9930644editdlrm
js.yml9840644editdlrm
lint.yml5720644editdlrm
node-sass.yml12660644editdlrm
release-notes.yml5010644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/.github/workflows/release-notes.yml (501B)
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@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}