Skip to content

Commit

Permalink
ci: add auto label (#8558)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 15, 2024
1 parent de73090 commit 0f99e2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-add-version-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 🤖 Auto add label version
on:
pull_request:

jobs:
label-version:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/run/[email protected]
id: nodejs-workspace
- uses: actions-ecosystem/action-add-labels@v1
continue-on-error: true
with:
labels: v${{ steps.nodejs-workspace.outputs.root-package-major-version }}

0 comments on commit 0f99e2a

Please sign in to comment.