-
Notifications
You must be signed in to change notification settings - Fork 1
34 lines (29 loc) 路 842 Bytes
/
Copy pathgoals-caching.yml
File metadata and controls
34 lines (29 loc) 路 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: push issues data to goals
on:
issues:
types:
- opened
- edited
- deleted
- labeled
- unlabeled
schedule:
- cron: 42 1 * * 2,5
jobs:
sauce-grab:
name: Open Sauced Issue Caching
if: github.repository_owner != 'open-sauced'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: open-sauced/actions/goals-caching@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LOGIN: ${{ github.repository_owner }}
- name: "馃殌 Commit changes"
uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: ./*.json
commit_message: "chore: update the goals cache"
commit_user_name: open-sauced[bot]
commit_user_email: 63161813+open-sauced[bot]@users.noreply.github.com