-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
258 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Sync labels | ||
on: | ||
# You can run this with every type of event, but it's better to run it only when you actually need it. | ||
workflow_dispatch: | ||
|
||
jobs: | ||
labels: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: strangerstudios/label-sync@v2 | ||
with: | ||
# If you want to use a source repo, you can put is name here (only the owner/repo format is accepted) | ||
source-repo: strangerstudios/paid-memberships-pro | ||
|
||
# If you want to delete any additional label, set this to true | ||
delete-other-labels: true | ||
|
||
#If you want the action just to show you the preview of the changes, without actually editing the labels, set this to tru | ||
dry-run: false | ||
|
||
# You can change the token used to change the labels, this is the default one | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.