Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit e9f13ad

Browse files
committed
docs: sync repo issue labels with NordicSemiconductor/asset-tracker-cloud-docs
1 parent 3d302b7 commit e9f13ad

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Sync issue labels from docs repository
2+
3+
env:
4+
GH_TOKEN: ${{ secrets.UPDATE_REPO_INFO_PAT }}
5+
6+
on:
7+
push:
8+
branches:
9+
- saga
10+
paths:
11+
- ".github/workflows/sync-issue-labels.yaml"
12+
workflow_dispatch:
13+
schedule:
14+
- cron: "0 0 * * *"
15+
16+
jobs:
17+
sync_issue_labels:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Checkout
21+
uses: actions/checkout@v3
22+
23+
- name: Sync issue labels from docs repository
24+
run: gh label clone NordicSemiconductor/asset-tracker-cloud-docs --force

0 commit comments

Comments
 (0)