mirror of
https://github.com/resend/resend-skills.git
synced 2026-09-14 19:49:03 +08:00
ci: sync open PRs to Linear (#101)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: Sync Open PRs to Linear
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 10 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: none
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
steps:
|
||||
- uses: resend/public-shared-workflows/.github/actions/sync_prs_to_linear@a54e4298f03be11600192b1004b021501545f4c5
|
||||
with:
|
||||
linear-api-key: ${{ secrets.LINEAR_API_KEY }}
|
||||
linear-team-id: ${{ secrets.LINEAR_TEAM_ID }}
|
||||
github-token: ${{ github.token }}
|
||||
Reference in New Issue
Block a user