mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-19 13:21:05 +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
|
title: Missing address entries
|
||||||
labels: ['ci', '@ddress.json']
|
labels: ['ci', '@address.json']
|
||||||
---
|
---
|
||||||
|
|
||||||
cc @polkadot-js/notifications
|
cc @polkadot-js/notifications
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Missing cross-check entries
|
title: Missing site entries
|
||||||
labels: ['ci', '@all.json']
|
labels: ['ci', '@all.json']
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: crosscheck
|
name: crosscheck
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 4 * * *'
|
- cron: '45 3,9,15,21 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
crosscheck:
|
crosscheck:
|
||||||
@@ -21,6 +21,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
||||||
with:
|
with:
|
||||||
filename: .github/crosscheck.md
|
filename: .github/crosscheck.md
|
||||||
|
update_existing: true
|
||||||
|
|
||||||
addrcheck:
|
addrcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -39,3 +40,4 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
||||||
with:
|
with:
|
||||||
filename: .github/addrcheck.md
|
filename: .github/addrcheck.md
|
||||||
|
update_existing: true
|
||||||
|
|||||||
Reference in New Issue
Block a user