mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
6ec79144a0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
481 B
YAML
24 lines
481 B
YAML
---
|
|
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
|