mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 04:28:01 +00:00
Run crosscheck twice daily (#92)
* Run crosscheck twice daily * Rune every 5 hours
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Missing address entries
|
||||
labels: ['ci', '@ddress.json']
|
||||
labels: ['ci', '@address.json']
|
||||
---
|
||||
|
||||
cc @polkadot-js/notifications
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Missing cross-check entries
|
||||
title: Missing site entries
|
||||
labels: ['ci', '@all.json']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: crosscheck
|
||||
on:
|
||||
schedule:
|
||||
- cron: '45 4 * * *'
|
||||
- cron: '45 3,9,15,21 * * *'
|
||||
|
||||
jobs:
|
||||
crosscheck:
|
||||
@@ -21,6 +21,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
||||
with:
|
||||
filename: .github/crosscheck.md
|
||||
update_existing: true
|
||||
|
||||
addrcheck:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -39,3 +40,4 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
||||
with:
|
||||
filename: .github/addrcheck.md
|
||||
update_existing: true
|
||||
|
||||
Reference in New Issue
Block a user