File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 14
14
- config/**
15
15
- .*
16
16
- README.md
17
- # For config-pr-2-confirm.yml
17
+ # For config-pr-2-confirm.yml and !repro command
18
18
issue_comment :
19
19
types :
20
20
- created
@@ -103,9 +103,17 @@ jobs:
103
103
contents : write # For updating metadata.yaml version and committing checksums
104
104
pull-requests : write # For commenting on PR
105
105
106
+ pr-comment-repro :
107
+ name : Comment Repro
108
+ if : github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '!repro')
109
+ uses : access-nri/model-config-tests/.github/workflows/config-comment-repro.yml
110
+ permissions :
111
+ contents : write
112
+ pull-requests : write
113
+
106
114
pr-comment-docs :
107
115
name : Comment Docs
108
- if : github.event_name == 'issue_comment' && github.event.comment.body == '!update_docs' && github.repository != 'ACCESS-NRI/model-configs-template'
116
+ if : github.event_name == 'issue_comment' && github.event.comment.body == '!update_docs'
109
117
runs-on : ubuntu-latest
110
118
env :
111
119
ARTIFACT_LOCAL_LOCATION : /opt/artifact
You can’t perform that action at this time.
0 commit comments