File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Q&A
2
2
3
3
on :
4
- pull_request :
4
+ pull_request_target :
5
5
6
6
defaults :
7
7
run :
40
40
run : |
41
41
.github/recipes-checker-main/run list-unpatched-packages $GITHUB_EVENT_PATH ${{ secrets.GITHUB_TOKEN }} | xargs -n10 rm -rf
42
42
43
+ -
44
+ name : Compute diff between recipe versions
45
+ if : " always() && steps.checkout.outcome == 'success'"
46
+ run : |
47
+ find * -mindepth 1 -maxdepth 1 -type d | sort \
48
+ | .github/recipes-checker-main/run diff-recipe-versions \
49
+ > .github/diff-recipe-versions.md
50
+
51
+ -
52
+ name : Post diff between recipe versions
53
+ if : " always() && steps.checkout.outcome == 'success'"
54
+ uses : marocchino/sticky-pull-request-comment@v2
55
+ with :
56
+ path : .github/diff-recipe-versions.md
43
57
-
44
58
name : No symlinks
45
59
if : " always() && steps.checkout.outcome == 'success'"
You can’t perform that action at this time.
0 commit comments