Commit 49f918c
authored
ci(workflows): avoid extra API call in update-stable-titles
Avoid the extra API read since the event payload already has what we need. The workflow currently calls `pulls.get()` before doing anything. For pull_request `opened` and `edited` events, all of what we need should already be available in `context.payload.pull_request`,
Signed-off-by: Josh <josh.t.richards@gmail.com>1 parent 6cc5761 commit 49f918c
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 42 | + | |
48 | 43 | | |
49 | 44 | | |
50 | 45 | | |
| |||
0 commit comments