-
Notifications
You must be signed in to change notification settings - Fork 2
37 lines (34 loc) · 916 Bytes
/
POAM.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Monthly Security POAM
on:
schedule:
- cron: 0 0 1 * *
workflow_dispatch:
jobs:
create_issue:
name: Create monthly POAM issue
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Create monthly POAM issue
run: |
new_issue_url=$(gh issue create \
--title "$TITLE" \
--assignee "$ASSIGNEES" \
--label "$LABELS" \
--body "$BODY")
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
TITLE: POAM - [MONTH] '24
LABELS: "Role: Dev,Type: Task"
BODY: |
# Summary
POAM for [MONTH] 2024
- [ ] USWDS
- [ ] USWDS-Site
- [ ] USWDS-Sandbox
- [ ] USWDS-Next
- [ ] USWDS-Compile
- [ ] USWDS-Tutorial
- [ ] Public Sans