Skip to content

Commit

Permalink
ci: add env labeler wd-156
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 19, 2023
1 parent 6bbedd1 commit 1b1e951
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/pr-branch-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
development:
base: development

production:
base: production
3 changes: 3 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: |
npm install
- name: Add Environment Labels
uses: ffittschen/pr-branch-labeler@v1

- name: Lint Commits
run: |
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

0 comments on commit 1b1e951

Please sign in to comment.