0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/.github/workflows/labels.yml

24 lines
481 B
YAML
Raw Normal View History

2023-07-07 17:20:36 -04:00
---
name: Import open source standard labels
on:
push:
2023-05-13 12:36:11 -04:00
branches:
2023-05-27 09:36:46 -04:00
- rolling
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
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