From 9c75188491fc7c4bfbfde0475a5a6cfe1a3655f5 Mon Sep 17 00:00:00 2001 From: Adrian Bjerke <35482228+Adrian2k@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:03:22 +0200 Subject: [PATCH] Add files via upload --- .github/workflows/Sector_Change 2.yml | 44 +++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/workflows/Sector_Change 2.yml diff --git a/.github/workflows/Sector_Change 2.yml b/.github/workflows/Sector_Change 2.yml new file mode 100644 index 0000000..82a0cbd --- /dev/null +++ b/.github/workflows/Sector_Change 2.yml @@ -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?