Attempt close
This commit is contained in:
parent
f1190c47f8
commit
c07914a0bf
|
@ -13,8 +13,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: |
|
if: |
|
||||||
(contains(github.event.pull_request.labels.*.name, 'feature-branch') ||
|
contains(github.event.pull_request.labels.*.name, 'feature-branch') ||
|
||||||
contains(github.event.changes.labels.removed.*.name, 'feature-branch'))
|
github.event.label.name == 'feature-branch'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue