Skip to content

Commit

Permalink
[nrf noup] workflows: Update the commit tags action
Browse files Browse the repository at this point in the history
nrf-squash! [nrf noup] ci: NCS-specific CI tweaks

Adapt to the changes in:
nrfconnect/action-commit-tags#4

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Oct 16, 2024
1 parent f3e023b commit e46d2e6
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/commit-tags.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Commit tags

on: pull_request
on:
pull_request:
types: [synchronize, opened, reopened, edited, labeled, unlabeled,
milestoned, demilestoned, assigned, unassigned, ready_for_review,
review_requested]

jobs:
commit_tags:
Expand All @@ -17,15 +21,8 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Install python dependencies
run: |
pip3 install setuptools
pip3 install wheel
pip3 install gitlint
- name: Run the commit tags
uses: nrfconnect/action-commit-tags@main
with:
target: '.'
baserev: origin/${{ github.base_ref }}
revrange: 'none'
target: .
upstream: zephyrproject-rtos/zephyr/main

0 comments on commit e46d2e6

Please sign in to comment.