File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33
33
default : false
34
34
type : boolean
35
35
required : false
36
-
36
+ schedule :
37
+ # Note: run daily at 8am UTC time
38
+ - cron : " 0 8 * * *"
37
39
38
40
permissions :
39
41
contents : read
45
47
# uploads the artifact with the integrity hash as the key name
46
48
# so subsequent jobs can restore from a trusted point in time to prevent tampering
47
49
seal :
50
+ # ignore forks
51
+ if : github.repository == 'aws-powertools/powertools-lambda-python'
52
+
48
53
runs-on : ubuntu-latest
49
54
permissions :
50
55
contents : read
@@ -267,7 +272,7 @@ jobs:
267
272
id : create-pr
268
273
uses : ./.github/actions/create-pr
269
274
with :
270
- files : " pyproject.toml aws_lambda_powertools/"
275
+ files : " pyproject.toml aws_lambda_powertools/shared/version.py provenance/ "
271
276
temp_branch_prefix : " ci-bump"
272
277
pull_request_title : " chore(ci): new pre-release ${{ needs.seal.outputs.RELEASE_VERSION }}"
273
278
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments