Commit 3a84ca1
committed
CIHelper: offer a convenient method to parse a PR URL
This will be used in the upcoming `handle-pr-push` GitHub Action.
Just like the `handle-pr-comment` Action, this Action will be used in a
GitHub workflow that runs in a different repository than the one where
the PR lives that is to be processed, therefore the information cannot
be passed in via the `github` context, and combined with ease of
debugging, I settled on the full PR URL as the unit of information that
the Action input should accept.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 7bdd196 commit 3a84ca1
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
165 | 176 | | |
166 | 177 | | |
167 | 178 | | |
| |||
0 commit comments