Skip to content

Commit 44601e1

Browse files
chore: fix typos in GitHub Actions workflow files
- Fix job name typo `asses-issue` → `assess-issue` in welcome-issue.yml - Remove extra whitespace in workflow name in welcome-issue.yml - Fix misleading step name "Auto-assign issue" → "Auto-assign pull request" in welcome-pr.yml
1 parent ca334a0 commit 44601e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/welcome-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Welcome to the Microsoft Generative AI
1+
name: Welcome to the Microsoft Generative AI
22
on:
33
# Trigger the workflow on new issue
44
issues:
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88
issues: write
99
jobs:
10-
asses-issue:
10+
assess-issue:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Add Label and thanks comment to Issue

.github/workflows/welcome-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
repo: context.repo.repo,
2828
body: `👋 Thanks for contributing @${ issueAuthor }! We will review the pull request and get back to you soon.`
2929
})
30-
- name: Auto-assign issue
30+
- name: Auto-assign pull request
3131
uses: pozil/auto-assign-issue@v2
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)