File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 5
5
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpull_requestpull_request_targetbranchesbranches-ignore
6
6
branches :
7
7
- master
8
+ # XXX: remove
9
+ - gh1595_extract_todos
8
10
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
9
11
paths-ignore :
10
12
- ' **.json'
@@ -24,6 +26,17 @@ defaults:
24
26
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
25
27
shell : bash
26
28
29
+ # XXX: correct commit message (add a link to the issue)
30
+ # XXX: decision: put a workaround for pdd/wiremock back
31
+ # XXX: decision record: pdd-xml-to-json.sh as pdd doesn't support JSON output (+link to the issue)
32
+ # XXX: modify comment to avoid having */ in the title (pdd workaround: gh225)
33
+ # XXX: Q: how pdd extracts <author> and why it flipping between @php-coder to Slava Semushin?
34
+ # XXX: gh issue create --repo php-coder/mystamps --label techdebt --title '' --body ''
35
+ # XXX: workaround: 2 search queries because github doesn't support OR
36
+ # XXX: workaround: possible collisions because GitHub doesn't support exatch match
37
+ # XXX: pdd: workaround for trailing -->
38
+ # XXX: pdd: workaround for trailing */
39
+ # XXX: perhaps, we should exclude <lines> from file or from comparison to not modify the file frequently
27
40
jobs :
28
41
extract-pdd-puzzles :
29
42
name : Extract todos from code
41
54
42
55
- name : Checkout existing todos to another directory
43
56
run : |
44
- git fetch --depth=1 origin generated-todos
45
- git worktree add generated-todos generated-todos
57
+ git fetch --depth=1 origin generated-todos-test
58
+ git worktree add generated-todos generated-todos-test
46
59
47
60
- name : Extract todos
48
61
run : |
You can’t perform that action at this time.
0 commit comments