Skip to content

Commit 9807cf8

Browse files
author
Alvaro Muñoz
committed
resolve conflicts
1 parent ff3759e commit 9807cf8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
extensions:
2+
- addsTo:
3+
pack: githubsecuritylab/actions-all
4+
extensible: sourceModel
5+
data:
6+
# https://github.com/trilom/file-changes-action
7+
# if `prNumber` is provided, the trigger event dont need to be `pull_request_target`
8+
- ["trilom/file-changes-action", "*", "output.files", "*", "PR changed files"]
9+
- ["trilom/file-changes-action", "*", "output.files_added", "*", "PR changed files"]
10+
- ["trilom/file-changes-action", "*", "output.files_modified", "*", "PR changed files"]
11+
- ["trilom/file-changes-action", "*", "output.files_removed", "*", "PR changed files"]

0 commit comments

Comments
 (0)