Skip to content

Commit

Permalink
fix: bring back conventional commit pr tagger (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad authored Jun 29, 2024
1 parent 6208749 commit 117223b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
add_label: "false"
custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "ci", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'
19 changes: 0 additions & 19 deletions .github/workflows/pr-labeler.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- main
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch: {}

permissions:
Expand All @@ -15,6 +18,8 @@ jobs:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged
Expand Down

0 comments on commit 117223b

Please sign in to comment.