Skip to content

Commit a26374b

Browse files
committed
Update workflows
1 parent a6c2d8f commit a26374b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/discussion_bot_response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/discussion_comment_bot_response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/track_todos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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:
@@ -87,5 +87,5 @@ jobs:
8787
content-filepath: ./tracking_issue_fixmes.md
8888
issue-number: 804
8989
labels: |
90-
report
90+
fixmes
9191
automated-issue

0 commit comments

Comments
 (0)