Merge branch 'stable' into rolling
This commit is contained in:
commit
403166c0dd
13 changed files with 704 additions and 112 deletions
4
.github/workflows/labels.yml
vendored
4
.github/workflows/labels.yml
vendored
|
@ -3,7 +3,7 @@ name: Import open source standard labels
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- rolling
|
||||
|
||||
jobs:
|
||||
labels:
|
||||
|
@ -19,4 +19,4 @@ jobs:
|
|||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
owner-name: ${{ github.repository_owner }}
|
||||
repository-name: ${{ github.event.repository.name }}
|
||||
force: true # optional to clear existing labels, default to true
|
||||
force: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue