mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
add new adr workflow
This commit is contained in:
18
.github/workflows/adr-accepted.yml
vendored
Normal file
18
.github/workflows/adr-accepted.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user