Skip to content

Commit 83e5c95

Browse files
committed
[nrf noup] workflows: Update the commit tags action
nrf-squash! [nrf noup] github: Add a commit tags check workflow Adapt to the changes in: nrfconnect/action-commit-tags#4 Signed-off-by: Carles Cufi <[email protected]>
1 parent 31f74eb commit 83e5c95

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.github/workflows/commit-tags.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Commit tags
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
types: [synchronize, opened, reopened, edited, labeled, unlabeled,
6+
milestoned, demilestoned, assigned, unassigned, ready_for_review,
7+
review_requested]
48

59
jobs:
610
commit_tags:
@@ -17,15 +21,8 @@ jobs:
1721
ref: ${{ github.event.pull_request.head.sha }}
1822
fetch-depth: 0
1923

20-
- name: Install python dependencies
21-
run: |
22-
pip3 install setuptools
23-
pip3 install wheel
24-
pip3 install gitlint
25-
26-
- name: Run the commit tags
24+
- name: Run the commit tags
2725
uses: nrfconnect/action-commit-tags@main
2826
with:
29-
target: '.'
30-
baserev: origin/${{ github.base_ref }}
31-
revrange: 'none'
27+
target: .
28+
upstream: mcu-tools/mcuboot/main

0 commit comments

Comments
 (0)