mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
try changelog gen
This commit is contained in:
parent
1c84a7720d
commit
5b2bf4ea2d
4
.github/workflows/generate_changelog.yml
vendored
4
.github/workflows/generate_changelog.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: Generate CHANGELOG
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
# types: [closed]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
GenerateChangelog:
|
||||
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
|
||||
# if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user