diff --git a/.github/workflows/tag-codeowner-on-issue.yml b/.github/workflows/tag-codeowner-on-issue.yml index fceed6334..a4fe365d4 100644 --- a/.github/workflows/tag-codeowner-on-issue.yml +++ b/.github/workflows/tag-codeowner-on-issue.yml @@ -6,7 +6,6 @@ on: jobs: tag-codeowner: - if: false # Disabled - workflow intentionally turned off runs-on: ubuntu-latest steps: @@ -24,13 +23,15 @@ jobs: - name: Extract selected path and tag codeowner env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ISSUE_BODY: ${{ github.event.issue.body }} + ISSUE_NUMBER: ${{ github.event.issue.number }} run: | python3 - <