mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Merge pull request #500 from GSA/stvnrlly/adr-yaml-lint
Valid YAML for ADR workflow
This commit is contained in:
2
.github/workflows/adr-accepted.yml
vendored
2
.github/workflows/adr-accepted.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: check for tags
|
- name: check for tags
|
||||||
if: "${{ !contains(github.event.issue.labels.*.name, 'ADR: accepted' )}}"
|
if: "${{ !contains(github.event.issue.labels.*.name, 'ADR: accepted' )}}"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: exit 0
|
run: exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user