ci: add rust specific ci and auto-gen oss standard labels
This commit is contained in:
parent
58a3527a69
commit
3be13d0ab6
7 changed files with 89 additions and 5 deletions
21
.github/workflows/labels.yml
vendored
Normal file
21
.github/workflows/labels.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: Import open source standard labels
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
labels:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
- uses: EddieHubCommunity/gh-action-open-source-labels@main
|
||||
with:
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue