feat: propose changes to CONTRIBUTING.adoc and propose to remove .yar… #308
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 Drafter | |
on: | |
push: | |
branches: | |
- main | |
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases | |
concurrency: "release-drafter" | |
jobs: | |
update_release_draft: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0 | |
env: | |
# This token is generated automatically by default in GitHub Actions: no need to create it manually | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |