Skip to content

Commit

Permalink
Create labels.yaml
Browse files Browse the repository at this point in the history
closes #2
  • Loading branch information
akebu6 authored Jan 3, 2024
1 parent 321f815 commit 4e22b0a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Import open source standard labels

on:
push:
branches: [ main ]

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: 'akebu6'
repository-name: 'EcoRead'
# force: true # optional to clear existing labels, default to true

0 comments on commit 4e22b0a

Please sign in to comment.