add new adr workflow

This commit is contained in:
stvnrlly
2023-08-28 21:04:26 -04:00
parent 36f562d390
commit 2117f31690
4 changed files with 47 additions and 337 deletions

18
.github/workflows/adr-accepted.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: ADR accepted
on:
issues:
types:
- closed
jobs:
main:
name: ADR accepted
runs-on: ubuntu-latest
steps:
- name: memorialize the ADR
uses: 18F/adr-automation/accepted@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
label: "ADR: accepted"
path: docs/adrs