Skip to content

Commit

Permalink
feat: add shared labels workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 12, 2023
1 parent 00bf884 commit 0433efe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ name: 🏷️ Add labels

jobs:
label:
runs-on: ubuntu-latest
steps:
- name: 🏷️ Apply labels
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@master
with:
os: ubuntu-latest
token: ${{ secrets.GITHUB_TOKEN }}

...

0 comments on commit 0433efe

Please sign in to comment.