Skip to content

Commit

Permalink
ci: fix node.js deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Kari Hamalainen <kari.hamalainen@nordicsemi.no>
  • Loading branch information
karhama committed Dec 22, 2023
1 parent 3706de5 commit 73ae884
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
26 changes: 17 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,26 @@
# first branch.

"manifest":
- "west.yml"
- changed-files:
- any-glob-to-any-file:
- "west.yml"

"doc-required":
- "doc/**/*"
- "**/*.rst"
- changed-files:
- any-glob-to-any-file:
- "doc/**/*"
- "**/*.rst"

"changelog-entry-required":
- all: ["!doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst"]
- all:
- changed-files:
- all-globs-to-all-files: ["!doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst"]

"ble mesh":
- "subsys/bluetooth/mesh/*"
- "include/bluetooth/mesh/*"
- "samples/bluetooth/mesh/*"
- "doc/nrf/libraries/bluetooth_services/mesh/*"
- "doc/nrf/ug_bt_mesh*"
- changed-files:
- any-glob-to-any-file:
- "subsys/bluetooth/mesh/*"
- "include/bluetooth/mesh/*"
- "samples/bluetooth/mesh/*"
- "doc/nrf/libraries/bluetooth_services/mesh/*"
- "doc/nrf/ug_bt_mesh*"
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3.0.0
- uses: actions/labeler@v5.0.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/license-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0

- name: cache-pip
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-doc-pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
Expand Down

0 comments on commit 73ae884

Please sign in to comment.