Skip to content

Commit 4ec1bf3

Browse files
committed
Rename workflows for clarity on PRs they are skipped on
1 parent 4581436 commit 4ec1bf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/close-feature-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# gone through the Proposal process
33
# Triggered by adding the `feature-request` label to an issue
44

5-
name: 🚪 Close Feature Pull Request
5+
name: 🚪 Check Feature PR
66

77
on:
88
pull_request:
99
types: [labeled]
1010

1111
jobs:
1212
close-feature-pr:
13-
name: 🚪 Close Feature Pull Request
13+
name: 🚪 Check Feature PR
1414
if: github.repository == 'remix-run/react-router' && github.event.label.name == 'feature-request'
1515
runs-on: ubuntu-latest
1616
steps:

.github/workflows/release-stage-2-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🧪 Stage 2 (Alpha) Release
1+
name: 🧪 Check Alpha Release
22

33
on:
44
pull_request:
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
alpha-release:
14-
name: 🧪 Alpha Release
14+
name: 🧪 Check Alpha Release
1515
if: github.repository == 'remix-run/react-router' && github.event.label.name == 'alpha-release'
1616
runs-on: ubuntu-latest
1717
steps:

0 commit comments

Comments
 (0)