-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Issue-5389-EGOS
- Loading branch information
Showing
17 changed files
with
336 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Check Changelog has been updated | ||
|
||
on: | ||
pull_request: | ||
types: [opened, edited, synchronize] | ||
|
||
jobs: | ||
changelog-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 # Fetch all history for all branches | ||
|
||
- name: Fetch all branches | ||
run: git fetch --all | ||
|
||
- name: Check if changelog has been updated | ||
run: | | ||
if ! git diff --name-only origin/main...HEAD | grep -q '^\.github/CHANGELOG\.md$'; then | ||
echo "Changelog not updated. Please update .github/CHANGELOG.md" >&2 | ||
exit 1 | ||
fi | ||
- name: Notify success | ||
if: success() | ||
run: echo "Changelog has been updated." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
EGDM_APP:Boscombe Approach:126.700:DMR:A:EGDM:APP:-:-:2601:2645:N051.09.06.000:W001.44.59.000 | ||
EGDM_P_APP:Boscombe Talkdown:130.000:DMP:P:EGDM:APP:-:-:2601:2645:N051.09.06.000:W001.44.59.000 | ||
EGDM_TWR:Boscombe Tower:130.750:DMT:T:EGDM:TWR:-:-:2601:2645:N051.09.06.000:W001.44.59.000 | ||
EGDM_APP:Boscombe Approach:126.705:DMR:A:EGDM:APP:-:-:2601:2645:N051.09.06.000:W001.44.59.000 | ||
EGDM_P_APP:Boscombe Talkdown:130.005:DMP:P:EGDM:APP:-:-:2601:2645:N051.09.06.000:W001.44.59.000 | ||
EGDM_TWR:Boscombe Tower:130.755:DMT:T:EGDM:TWR:-:-:2601:2645:N051.09.06.000:W001.44.59.000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
EGDR_APP:Culdrose Approach:134.050:DRR:A:EGDR:APP:-:-:7030:7045:N050.05.09.000:W005.15.17.000 | ||
EGDR_APP:Culdrose Approach:134.055:DRR:A:EGDR:APP:-:-:7030:7045:N050.05.09.000:W005.15.17.000 | ||
EGDR_P_APP:Culdrose Talkdown:123.300:DRP:P:EGDR:APP:-:-:7030:7045:N050.05.09.000:W005.15.17.000 | ||
EGDR_TWR:Culdrose Tower:122.100:DRT:T:EGDR:TWR:-:-:7030:7045:N050.05.09.000:W005.15.17.000 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
EGOS_APP:Shawbury Approach:133.150:OSR:A:EGOS:APP:-:-:0220:0246:N052.47.52.000:W002.40.00.000 | ||
EGOS_APP:Shawbury Approach:133.155:OSR:A:EGOS:APP:-:-:0220:0246:N052.47.52.000:W002.40.00.000 | ||
EGOS_P_APP:Shawbury Talkdown:123.300:OSP:P:EGOS:APP:-:-:0220:0246:N052.47.52.000:W002.40.00.000 | ||
EGOS_TWR:Shawbury Tower:122.100:OST:T:EGOS:TWR:-:-:0220:0246:N052.47.52.000:W002.40.00.000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
01 19 006 186 N053.14.36.630 W004.32.25.610 N053.15.27.160 W004.32.16.290 | ||
13 31 130 310 N053.15.13.650 W004.32.46.890 N053.14.25.610 W004.31.12.860 | ||
01 19 007 187 N053.14.36.630 W004.32.25.610 N053.15.27.160 W004.32.16.290 | ||
13 31 131 311 N053.15.13.650 W004.32.46.890 N053.14.25.610 W004.31.12.860 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
EGVP_APP:Wallop Approach:123.300:VPR:A:EGVP:APP:-:-:2660:2677:N051.08.56.000:W001.34.08.000 | ||
EGVP_TWR:Wallop Tower:118.600:VPT:T:EGVP:TWR:-:-:2660:2677:N051.08.56.000:W001.34.08.000 | ||
EGVP_TWR:Wallop Tower:118.605:VPT:T:EGVP:TWR:-:-:2660:2677:N051.08.56.000:W001.34.08.000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
EGXC_APP:Coningsby Approach:119.200:XCR:A:EGXC:APP:-:-:1730:1776:N053.05.35.000:W000.09.58.000 | ||
EGXC_APP:Coningsby Approach:119.205:XCR:A:EGXC:APP:-:-:1730:1776:N053.05.35.000:W000.09.58.000 | ||
EGXC_P_APP:Coningsby Talkdown:123.300:XCP:P:EGXC:APP:-:-:1730:1776:N053.05.35.000:W000.09.58.000 | ||
EGXC_TWR:Coningsby Tower:124.675:XCT:T:EGXC:TWR:-:-:1730:1776:N053.05.35.000:W000.09.58.000 | ||
EGXC_GND:Coningsby Ground:121.850:XCG:G:EGXC:GND:-:-:1730:1776:N053.05.35.000:W000.09.58.000 | ||
EGXC_ATIS:Coningsby Information:122.625:XCI:I:EGXC:ATIS:-:-:-:-:N053.05.35.000:W000.09.58.000 | ||
EGXC_TWR:Coningsby Tower:124.680:XCT:T:EGXC:TWR:-:-:1730:1776:N053.05.35.000:W000.09.58.000 | ||
EGXC_GND:Coningsby Ground:121.855:XCG:G:EGXC:GND:-:-:1730:1776:N053.05.35.000:W000.09.58.000 | ||
EGXC_ATIS:Coningsby Information:122.630:XCI:I:EGXC:ATIS:-:-:-:-:N053.05.35.000:W000.09.58.000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
07 25 072 252 N053.05.21.620 W000.11.08.120 N053.05.49.170 W000.08.47.930 | ||
07 25 073 253 N053.05.21.620 W000.11.08.120 N053.05.49.170 W000.08.47.930 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
EGYD_APP:Cranwell Approach:124.450:YDR:R:EGYD:APP:-:-:2601:2637:N053.01.47.040:W000.29.33.910 | ||
EGYD_APP:Cranwell Approach:124.455:YDR:R:EGYD:APP:-:-:2601:2637:N053.01.47.040:W000.29.33.910 | ||
EGYD_P_APP:Cranwell Talkdown:123.300:YDP:P:EGYD:APP:-:-:2601:2637:N053.01.47.040:W000.29.33.910 | ||
EGYD_TWR:Cranwell Tower:125.050:YDT:T:EGYD:TWR:-:-:2601:2637:N053.01.47.040:W000.29.33.910 | ||
EGYD_GND:Cranwell Ground:121.775:YDG:G:EGYD:GND:-:-:2601:2637:N053.01.47.040:W000.29.33.910 | ||
EGYD_ATIS:Cranwell ATIS:126.325:YDI:I:EGYD:ATIS:-:-:: | ||
EGYD_TWR:Cranwell Tower:125.055:YDT:T:EGYD:TWR:-:-:2601:2637:N053.01.47.040:W000.29.33.910 | ||
EGYD_GND:Cranwell Ground:121.780:YDG:G:EGYD:GND:-:-:2601:2637:N053.01.47.040:W000.29.33.910 | ||
EGYD_ATIS:Cranwell ATIS:126.330:YDI:I:EGYD:ATIS:-:-:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
EGYE_TWR:Barkston Tower:120.425:YET:T:EGYE:TWR:-:-:2630:2637:N052.57.43.000:W000.33.36.000 | ||
EGYE_ATIS:Barkston ATIS:132.125:YEI:I:EGYE:ATIS:-:-:: | ||
EGYE_TWR:Barkston Tower:120.430:YET:T:EGYE:TWR:-:-:2630:2637:N052.57.43.000:W000.33.36.000 | ||
EGYE_ATIS:Barkston ATIS:132.130:YEI:I:EGYE:ATIS:-:-:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EGYM_APP:Marham Approach:124.150:YMR:R:EGYM:APP:-:-:3640:3665:N052.38.54.000:E000.33.02.000 | ||
EGYM_APP:Marham Approach:124.155:YMR:R:EGYM:APP:-:-:3640:3665:N052.38.54.000:E000.33.02.000 | ||
EGYM_P_APP:Marham Talkdown:123.300:YMP:P:EGYM:APP:-:-:3640:3665:N052.38.54.000:E000.33.02.000 | ||
EGYM_TWR:Marham Tower:118.325:YMT:T:EGYM:TWR:-:-:3640:3665:N052.38.54.000:E000.33.02.000 | ||
EGYM_ATIS:Marham Information:119.025:YMI:I:EGYM:ATIS:-:-:-:-:N052.38.54.000:E000.33.02.000 | ||
EGYM_TWR:Marham Tower:118.330:YMT:T:EGYM:TWR:-:-:3640:3665:N052.38.54.000:E000.33.02.000 | ||
EGYM_ATIS:Marham Information:119.030:YMI:I:EGYM:ATIS:-:-:-:-:N052.38.54.000:E000.33.02.000 |
Binary file not shown.