File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Publish to Sigrid
2
+ on :
3
+ push :
4
+ branches :
5
+ - main
6
+
7
+ jobs :
8
+ sigridci :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - name : Check out repository
12
+ uses : actions/checkout@v4
13
+ with :
14
+ fetch-depth : 0
15
+ - name : Sigrid CI
16
+ uses : Software-Improvement-Group/sigridci@main
17
+ with :
18
+ customer : TNO
19
+ system : WuppieFuzz
20
+ subsystem : WuppieFuzz-Python
21
+ publishonly : true
22
+ env :
23
+ SIGRID_CI_TOKEN : " ${{ secrets.SIGRID_CI_TOKEN }}"
Original file line number Diff line number Diff line change
1
+ name : Sigrid pull request feedback
2
+ on : [pull_request]
3
+
4
+ jobs :
5
+ sigridci :
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+ - name : Check out repository
9
+ uses : actions/checkout@v4
10
+ with :
11
+ fetch-depth : 0
12
+ - name : Sigrid CI
13
+ uses : Software-Improvement-Group/sigridci@main
14
+ with :
15
+ customer : TNO
16
+ system : WuppieFuzz
17
+ subsystem : WuppieFuzz-Python
18
+ env :
19
+ SIGRID_CI_TOKEN : " ${{ secrets.SIGRID_CI_TOKEN }}"
20
+ - name : " Sigrid pull request feedback"
21
+ uses : mshick/add-pr-comment@v2
22
+ if : always()
23
+ with :
24
+ message-id : sigrid
25
+ message-path : sigrid-ci-output/feedback.md
You can’t perform that action at this time.
0 commit comments