ansible-role-nginx/.github/workflows/release-drafter.yml
Alessandro Fael Garcia 02c24d68ef
Update GitHub Actions
Dependabot should now trigger at the same time across all NGINX Core Ansible repositories
2022-03-31 15:58:46 +02:00

21 lines
379 B
YAML

---
name: Release Drafter
"on":
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
name: Update release draft
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}