Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/welcome-issue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Welcome to the Microsoft Generative AI
name: Welcome to the Microsoft Generative AI
on:
# Trigger the workflow on new issue
issues:
Expand All @@ -7,7 +7,7 @@ permissions:
contents: read
issues: write
jobs:
asses-issue:
assess-issue:
runs-on: ubuntu-latest
steps:
- name: Add Label and thanks comment to Issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/welcome-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
repo: context.repo.repo,
body: `👋 Thanks for contributing @${ issueAuthor }! We will review the pull request and get back to you soon.`
})
- name: Auto-assign issue
- name: Auto-assign pull request
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down