Skip to content

Commit 41e0c63

Browse files
authored
chore: Update workflows after labels sync (#3701)
After syncing labels with labs, workflows need to be updated accordingly. Note: at the moment, the repository is in the intermediate state, because workflows will be creating old labels on trigger. It will be established after merging this PR - I'll remove obsolete labels manually.
1 parent 418eb03 commit 41e0c63

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/close-when-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Close when stale
3030
uses: ./close-when-stale
3131
with:
32-
close-when-stale-label: 'Close when stale'
32+
close-when-stale-label: 'close-when-stale'
3333
days-to-close: 14

.github/workflows/needs-more-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./needs-more-info
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
31-
needs-more-info-label: 'Missing info'
31+
needs-more-info-label: 'missing-info'
3232
required-sections: 'Description;Steps to reproduce;Snack or a link to a repository;Screens version;React Native version;Platforms'
3333
needs-more-info-response: "Hey! 👋 \n\nIt looks like you've omitted a few important sections from the issue template."
3434
# This action also appends something like: "Please complete X, Y and Z sections." to the response.

.github/workflows/needs-repro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./needs-repro
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
33-
needs-repro-label: 'Missing repro'
33+
needs-repro-label: 'missing-repro'
3434
needs-repro-response: "Hey! 👋 \n\nThe issue doesn't seem to contain a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example).\n\nCould you provide a [snack](https://snack.expo.dev/) or a link to a GitHub repository under your username that reproduces the problem?"
35-
repro-provided-label: 'Repro provided'
35+
repro-provided-label: 'repro-provided'
3636
check-issues-only-created-after: 2022-01-01

.github/workflows/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
platforms-section-header: Platforms
3232
platforms-comma-separated: true
33-
platforms-with-labels: '{"Android": "Platform: Android", "iOS": "Platform: iOS", "Web": "Platform: Web", "Windows": "Platform: Windows", "tvOS": "Platform: tvOS"}'
33+
platforms-with-labels: '{"Android": "platform:android", "iOS": "platform:ios", "Web": "platform:web", "Windows": "platform:windows", "tvOS": "platform:tvos"}'

0 commit comments

Comments
 (0)