-
Notifications
You must be signed in to change notification settings - Fork 6
37 lines (29 loc) · 1.19 KB
/
Proc_Change.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: Add comment
on:
issues:
types:
- labeled
jobs:
add-comment:
if: github.event.label.name == 'procedures'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Add comment
run: gh issue comment "$NUMBER" --body "$BODY"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
BODY: >
This issue has been tagged as procedure related.
Here is a checklist of items to remember when ammending procedures:
- [ ] Procedure included in AIRAC data?
- [ ] If removal of proc: Check all manual data is deleted (NAV > Proc)
- [ ] Procedure combiner (check it actually combines)
- [ ] GNG generated maps working (important if GM, BR, VA, ZV - check topsky maps!)
- [ ] TopSky initial climb (SID)
- [ ] Documentation? (renumbering usually don´t require changes)
Hint: Check https://wiki.vatsim-scandinavia.org/books/quick-reference/page/aerodromes-qrh
- [ ] TopSky maps/manual maps?