We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac62a5f commit 306fd47Copy full SHA for 306fd47
docs/content/docs/guide/repositorycrd.md
@@ -194,10 +194,7 @@ spec:
194
params:
195
- name: company
196
value: "My Beautiful Company"
197
- filter:
198
- - name: event
199
- value: |
200
- pac.event_type == "pull_request"
+ filter: pac.event_type == "pull_request"
201
```
202
203
The `pac` prefix contains all the values as set by default in the templates
@@ -224,10 +221,7 @@ spec:
224
221
225
222
226
223
227
228
229
230
- body.action == "opened" && pac.event_type == "pull_request"
+ filter: body.action == "opened" && pac.event_type == "pull_request"
231
232
233
The payload of the event contains much more information that can be used with
0 commit comments