Skip to content

Commit 1ff0715

Browse files
emily8rownmeta-codesync[bot]
authored andcommitted
Align with GH Actions namings (#55469)
Summary: Pull Request resolved: #55469 Rename workflow job IDs from kebab-case to snake_case and update workflow name to match convention. Changelog: [General][Changed] - rename workflow job IDs from kebab-case to snake_case Reviewed By: huntie Differential Revision: D92697078 fbshipit-source-id: bc8c99b6807997fe625d1f7921b3664992697b36
1 parent df6f8ea commit 1ff0715

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/analyze-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
issues: write
1010

1111
jobs:
12-
analyze-pr:
12+
analyze_pr:
1313
runs-on: ubuntu-latest
1414
if: github.repository == 'facebook/react-native'
1515
steps:

.github/workflows/api-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate API snapshot changes
1+
name: Analyze API Changes
22

33
on:
44
pull_request_target:
@@ -8,7 +8,7 @@ permissions:
88
pull-requests: write
99

1010
jobs:
11-
api-changes:
11+
api_changes:
1212
runs-on: ubuntu-latest
1313
if: github.repository == 'facebook/react-native'
1414
steps:

0 commit comments

Comments
 (0)