diff --git a/.github/workflows/annotate.yml b/.github/workflows/annotate.yml index f5c4032..2c14feb 100644 --- a/.github/workflows/annotate.yml +++ b/.github/workflows/annotate.yml @@ -4,7 +4,7 @@ on: [ pull_request ] jobs: annotate: - if: github.event.pull_request.head.user.name == 'kchason' + # if: github.event.pull_request.head.user.name == 'kchason' runs-on: ubuntu-latest steps: @@ -12,6 +12,19 @@ jobs: - name: Get Repo uses: actions/checkout@v3 + - name: Debug + run: | + echo "User: ${{ github.event.pull_request.head.user.name }}" + echo "User: ${{ github.event.pull_request.head.user.login }}" + echo "Source Repo: ${{ github.event.pull_request.head.repo.owner.login }}" + echo "Source Repo: ${{ github.event.pull_request.head.repo.full_name }}" + echo "Source Branch: ${{ github.event.pull_request.head.ref }}" + echo "Target Repo: ${{ github.event.pull_request.base.repo.full_name }}" + echo "Target Branch: ${{ github.event.pull_request.base.ref }}" + echo "Repo: ${{ github.repository }}" + echo "PR: ${{ github.event.pull_request.number }}" + echo "Branch: ${{ github.event.pull_request.head.ref }}" + - name: Annotate - Directory No Filter uses: ./ with: