Skip to content

Commit

Permalink
New checklist for procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian2k authored Aug 11, 2024
1 parent 9c75188 commit 5ec9829
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 44 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/Proc_Change.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
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)
- [ ] TopSky maps/manual maps?
44 changes: 0 additions & 44 deletions .github/workflows/Sector_Change 2.yml

This file was deleted.

0 comments on commit 5ec9829

Please sign in to comment.