From e285e717c44243cd258750c14771080abaf04dec Mon Sep 17 00:00:00 2001 From: Aurora Takemi <98479040+alepouna@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:13:06 +0300 Subject: [PATCH] ci: Rename workflows from 'PR' to more descriptive names (#8614) * Update and rename pr.yml to pr-build.yml * Update PULL_REQUEST_TEMPLATE.md * Update and rename pr-target.yml to pr-semantics.yml * Update pr-build.yml --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/{pr.yml => pr-build.yml} | 4 ++-- .github/workflows/{pr-target.yml => pr-semantics.yml} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{pr.yml => pr-build.yml} (98%) rename .github/workflows/{pr-target.yml => pr-semantics.yml} (95%) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ea9803e64b0..0e90833afae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,5 +34,5 @@ Every new commit to this PR will cause new A32NX and A380X artifacts to be creat 1. Make sure you are signed in to GitHub 1. Click on the **Checks** tab on the PR -1. On the left side, click on the bottom **PR** tab +1. On the left side, find and click on the **PR Build** tab 1. Click on either **flybywire-aircraft-a320-neo** or **flybywire-aircraft-a380-842** download link at the bottom of the page diff --git a/.github/workflows/pr.yml b/.github/workflows/pr-build.yml similarity index 98% rename from .github/workflows/pr.yml rename to .github/workflows/pr-build.yml index 846b0abaf78..211896aa4e4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr-build.yml @@ -1,4 +1,4 @@ -name: PR +name: PR Tests & Build on: pull_request: types: @@ -124,4 +124,4 @@ jobs: if: github.event.pull_request.auto_merge == false with: name: flybywire-aircraft-a380-842 - path: ./fbw-a380x/out/flybywire-aircraft-a380-842/ \ No newline at end of file + path: ./fbw-a380x/out/flybywire-aircraft-a380-842/ diff --git a/.github/workflows/pr-target.yml b/.github/workflows/pr-semantics.yml similarity index 95% rename from .github/workflows/pr-target.yml rename to .github/workflows/pr-semantics.yml index b455704e07a..772a0cdc0bc 100644 --- a/.github/workflows/pr-target.yml +++ b/.github/workflows/pr-semantics.yml @@ -1,4 +1,4 @@ -name: PR +name: PR Semantics on: pull_request_target: types: