-
Notifications
You must be signed in to change notification settings - Fork 6
48 lines (34 loc) · 1.27 KB
/
Sector_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
38
39
40
41
42
43
44
45
46
47
48
name: Add comment
on:
issues:
types:
- labeled
jobs:
add-comment:
if: github.event.label.name == 'sectors'
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 sector related.
Here is a checklist of items to remember when editing sectors:
- [ ] Positions GNG
- [ ] Display GNG (SCT Entries/AoR Sectors)
- [ ] Sectors GNG (remember appart/deppart)
- [ ] Active sectorline
- [ ] Login profiles
- [ ] Topsky setup (.dcenter, MVA maps, freq display etc)
- [ ] AFV profiles (remember to check layout setup for other sectors)
- [ ] VatATIS setup
- [ ] CC Database
- [ ] Vatglasses update
- [ ] Vatspy update (enroute/airport) // Vataware update (TMA)
- [ ] Other documentation?
- [ ] COPX