Skip to content

Commit

Permalink
Do not report a CI failure if add-version-label-issue is red
Browse files Browse the repository at this point in the history
Summary:
The `add-version-label-issue` CI is failing if the version label is not found.
That is happening for previous versions of RN where the Labels are missing.

Changelog:
[Internal] [Changed] - Do not report a CI failure if add-version-label-issue is red

Reviewed By: sammy-SC

Differential Revision: D32723953

fbshipit-source-id: 878d2632b3a78311a01363b8f8a9181ae543a253
  • Loading branch information
cortinico authored and facebook-github-bot committed Nov 30, 2021
1 parent f1a673b commit 6abf8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apply-version-label-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
add-version-label-issue:
runs-on: ubuntu-latest
continue-on-error: true

steps:
- uses: lucasbento/core-workflow-apply-version-label@v0.0.6
Expand Down

0 comments on commit 6abf8b4

Please sign in to comment.