Skip to content

Merge pull request #80 from SierraSoftworks/dependabot/github_actions… #231

Merge pull request #80 from SierraSoftworks/dependabot/github_actions…

Merge pull request #80 from SierraSoftworks/dependabot/github_actions… #231

Workflow file for this run

name: Changelog
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update:
name: Prepare
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}