diff --git a/.github/workflows/auto-assign-author.yml b/.github/workflows/auto-assign-author.yml index 69822f994..0e861df00 100644 --- a/.github/workflows/auto-assign-author.yml +++ b/.github/workflows/auto-assign-author.yml @@ -1,5 +1,5 @@ # Auto assign author, tags, and reviewers to pull requests -name: "Auto Author Assign" +name: "Auto Assign Author" on: pull_request: types: [opened] diff --git a/.github/workflows/auto-label-conventional-commits.yaml b/.github/workflows/auto-label-conventional-commits.yaml index 30c85e965..a2ac27452 100644 --- a/.github/workflows/auto-label-conventional-commits.yaml +++ b/.github/workflows/auto-label-conventional-commits.yaml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/github-script@v5 with: script: | const github = require('@actions/github');