Skip to content

Commit

Permalink
Use a reusable workflow for the Semver PR label check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Sep 11, 2024
1 parent 0d887f0 commit 35840a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/semver_pr_label.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/semver_pr_label_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Semver PR Label Check

on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]

jobs:
run_semver_pr_label_check:
uses: main-branch/semver_pr_label_check/.github/workflows/semver_pr_label_check.yml@main
secrets:
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35840a4

Please sign in to comment.