2023-07-07 17:20:36 -04:00
|
|
|
---
|
2023-05-13 12:16:15 -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
|
2023-05-13 12:16:15 -04:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
labels:
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
2023-10-02 23:30:56 -04:00
|
|
|
- uses: actions/setup-node@v3
|
2023-05-13 12:16:15 -04:00
|
|
|
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 }}
|
2023-05-17 09:37:22 -04:00
|
|
|
force: false
|