Skip to content

Commit

Permalink
ci: migrate to shared workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Aug 8, 2023
1 parent 824ad88 commit 55b66e4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 88 deletions.
21 changes: 0 additions & 21 deletions .github/pr-labeler.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/check-pull-request.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/close-stale.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/label-pull-request.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Pull request actions

on:
pull_request_target:

jobs:
pull-request:
uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@9970f6cf32b604e2b63c62f6f4296677f0ec6f22
9 changes: 9 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Scheduled actions

on:
schedule:
- cron: "0 8 * * *"

jobs:
scheduled:
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@9970f6cf32b604e2b63c62f6f4296677f0ec6f22

0 comments on commit 55b66e4

Please sign in to comment.