We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4da53 commit f90abc4Copy full SHA for f90abc4
README.md
@@ -9,9 +9,12 @@ A GitHub action that validates the last tested plugin version against the curren
9
```yaml
10
name: Validate Plugin Version
11
on:
12
- push:
13
- branches:
14
- - main
+ schedule:
+ - cron: '0 0 * * 0'
+permissions:
15
+ contents: write
16
+ pull-requests: write
17
+
18
jobs:
19
validate:
20
runs-on: ubuntu-latest
0 commit comments