diff --git a/.github/workflows/welcome-issue.yml b/.github/workflows/welcome-issue.yml index 8b1843be7e..44a6ade7c5 100644 --- a/.github/workflows/welcome-issue.yml +++ b/.github/workflows/welcome-issue.yml @@ -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: @@ -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 diff --git a/.github/workflows/welcome-pr.yml b/.github/workflows/welcome-pr.yml index c16f37e131..fa1e31e7cb 100644 --- a/.github/workflows/welcome-pr.yml +++ b/.github/workflows/welcome-pr.yml @@ -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 }}