Skip to content

Commit

Permalink
docs: sync repo issue labels with NordicSemiconductor/asset-tracker-c…
Browse files Browse the repository at this point in the history
…loud-docs
  • Loading branch information
coderbyheart committed May 18, 2022
1 parent d5474dc commit 9ecf959
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sync-issue-labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sync issue labels from docs repository

env:
GH_TOKEN: ${{ secrets.UPDATE_REPO_INFO_PAT }}

on:
push:
branches:
- saga
paths:
- ".github/workflows/sync-issue-labels.yaml"
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
sync_issue_labels:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Sync issue labels from docs repository
run: gh label clone NordicSemiconductor/asset-tracker-cloud-docs --force

0 comments on commit 9ecf959

Please sign in to comment.