Skip to content

Commit

Permalink
Merge pull request #38 from meysamhadeli/fix/fix-release-drafter-labe…
Browse files Browse the repository at this point in the history
…ler-action

fix: fix release drafter labeler workflow
  • Loading branch information
meysamhadeli authored Nov 3, 2024
2 parents b13741d + b7866b3 commit f9e89bf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,4 @@ jobs:
config-name: release-drafter.yml
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: check-conventional-commits-labels
uses: docker://agilepathway/pull-request-label-checker:latest
if: success()
with:
any_of: feature,feat,bug,enhancement,refactor,deprecated,security,documentation,build,ci/cd,devops,chore,performance,formatting,dependencies,test,major,minor,patch,fix,ci,docs
repo_token: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9e89bf

Please sign in to comment.