Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian2k authored Aug 11, 2024
1 parent 73e9613 commit 9c75188
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/Sector_Change 2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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
- [ ] Sectors GNG
- [ ] Login profiles
- [ ] Topsky setup (.dcenter, MVA maps etc)
- [ ] AFV profiles
- [ ] VatATIS setup
- [ ] CC Database
- [ ] Endorsement database
- [ ] Vatglasses update
- [ ] Vatspy update
- [ ] Other documentation?

0 comments on commit 9c75188

Please sign in to comment.