Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpError: Invalid app_id #55

Open
bellons91 opened this issue Jun 7, 2022 · 4 comments
Open

HttpError: Invalid app_id #55

bellons91 opened this issue Jun 7, 2022 · 4 comments

Comments

@bellons91
Copy link

I'm running this action on my private repository.

My PRs get merged correctly, but the action fails with this error:

HttpError: Invalid app_id 13473 - check run can only be modified by the GitHub App that created it.

The YAML file I use for this action is almost the default one:

name: Merge Schedule
on:
  pull_request:
    types:
      - opened
      - edited
  schedule:
    # https://crontab.guru/every-hour
    - cron: 0 8 * * Tue

jobs:
  merge_schedule:
    runs-on: ubuntu-latest
    steps:
      - uses: gr2m/merge-schedule-action@v1
        with: 
          merge_method: squash 
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Any ideas for that?

@gr2m
Copy link
Owner

gr2m commented Jun 8, 2022

Hm that is very odd, I have not seen it myself. If you could provide steps to reproduce the problem, we could investigate why it happens

@bellons91
Copy link
Author

Actually, my only steps are

  1. using the action defined in the yml I posted before
  2. Defining the PR like this:

image

The only difference is that I also refer to GitHub issues in my comments, to close the related task.

@bellons91
Copy link
Author

If you prefer, I could give you the access to my repo, so that you could try it on your own

@gr2m
Copy link
Owner

gr2m commented Jun 9, 2022

I don't have time to investigate myself right now, sorry :( I hope you or someone else can figure out what the problem is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants