File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 47
47
contents : write # For updating metadata.yaml version and committing checksums
48
48
pull-requests : write # For commenting on PR
49
49
50
+ pr-comment-test :
51
+ name : ' !test'
52
+ if : github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!test') && github.repository != 'ACCESS-NRI/model-configs-template'
53
+ uses : access-nri/model-config-tests/.github/workflows/config-comment-test.yml@main
54
+ secrets : inherit
55
+ permissions :
56
+ contents : write # for committing the result of the repro test
57
+ pull-requests : write # for writing comments on pull requests
58
+ checks : write # for adding a status badge next to the commit we are testing
59
+
50
60
bump-tag :
51
61
name : Tag Bump
52
62
if : (github.event_name == 'push' || github.event_name == 'create' && github.ref_type == 'branch' && startsWith(github.ref_name, 'release-')) && github.repository != 'ACCESS-NRI/model-configs-template'
You can’t perform that action at this time.
0 commit comments