Skip to content

Commit

Permalink
build: use reusable-workflows [2]
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
ckotzbauer committed Apr 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b0cba49 commit 2acc90b
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-default-labels.yml
Original file line number Diff line number Diff line change
@@ -10,3 +10,6 @@ on:
jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

3 changes: 3 additions & 0 deletions .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
@@ -14,3 +14,6 @@ on:
jobs:
label-issues:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

3 changes: 3 additions & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -6,3 +6,6 @@ on:
jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2acc90b

Please sign in to comment.