File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 name : ' Respond to question'
3232
3333 # Define the conditions under which the job should run:
34- if : github.event.discussion.category.name == 'stdlib-bot Q&A'
34+ if : github.event.discussion.category.name == 'stdlib-bot Q&A'
3535
3636 # Define the type of virtual host machine:
3737 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3131 name : ' Respond to question'
3232
3333 # Define the conditions under which the job should run:
34- if : github.event.comment.body && startsWith( github.event.comment.body, '/ask ' )
34+ if : github.event.comment.body && startsWith( github.event.comment.body, '/ask ' )
3535
3636 # Define the type of virtual host machine:
3737 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7676 content-filepath : ./tracking_issue_todos.md
7777 issue-number : 803
7878 labels : |
79- report
79+ todos
8080 automated-issue
8181
8282 # Create or update issue for FIXME comments:
8787 content-filepath : ./tracking_issue_fixmes.md
8888 issue-number : 804
8989 labels : |
90- report
90+ fixmes
9191 automated-issue
You can’t perform that action at this time.
0 commit comments