devmasx / merge-branch

A GitHub Action that merge PR branch to other branchs
161 stars 58 forks source link

merge silently skiped #33

Closed auto-eric closed 2 years ago

auto-eric commented 2 years ago

I have included this step into my job

    steps:
      - uses: actions/checkout@v3

      - name: Merge ${{ env.SOURCE_BRANCH }} -> ${{ env.TARGET_BRANCH }}
        uses: devmasx/merge-branch@master
        with:
          target_branch: ${{ env.TARGET_BRANCH }}
          github_token: ${{ secrets.GIT_PRIVATE_TOKEN }}

The message is Neutral: skip merge target_branch: staging @head_to_merge: 64cea87bb4409975f4759c985f0ff59ec22bc1f3.

I would expect