Spaces:
Runtime error
Runtime error
File size: 481 Bytes
cc4fc0a 3be13d0 a569f07 403166c 3be13d0 6ec7914 3be13d0 389349f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
name: Import open source standard labels
on:
push:
branches:
- rolling
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
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
|