mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
.github: Add CI for changie (#376)
Reference: https://github.com/hashicorp/terraform-providers-devex-internal/issues/171
This commit is contained in:
parent
d648ba0239
commit
b4be958214
1 changed files with 23 additions and 0 deletions
23
.github/workflows/ci-changie.yml
vendored
Normal file
23
.github/workflows/ci-changie.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Continuous integration handling for changie
|
||||
name: ci-changie
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- .changes/unreleased/*.yaml
|
||||
- .changie.yaml
|
||||
- .github/workflows/ci-changie.yml
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
|
||||
with:
|
||||
version: latest
|
||||
args: batch patch --dry-run
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue