Skip to content

Switch from ConnMan to NetworkManager for edge-agent compatibility #40

Switch from ConnMan to NetworkManager for edge-agent compatibility

Switch from ConnMan to NetworkManager for edge-agent compatibility #40

name: Linear Issue Sync
on:
issues:
types: [opened, edited, closed, reopened]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Sync issue to Linear
env:
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}
LINEAR_TEAM_ID: ${{ secrets.LINEAR_TEAM_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
node sync-single-issue.js $ISSUE_NUMBER