mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +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
|
name: Generate CHANGELOG
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
# types: [closed]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
GenerateChangelog:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user