mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
23 lines
477 B
YAML
23 lines
477 B
YAML
name: Import open source standard labels
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- rolling
|
|
|
|
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: false
|