spacex / .github /workflows /labels.yml
neon_arch
ci: fix labels/tags auto-generation on oss standards github ci
2d218d6
raw
history blame
527 Bytes
name: Import open source standard labels
on:
push:
branches:
- master
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