Skip to content

Github actions skipping PR Comment #215

Answered by LironEr
Theonlydola asked this question in Q&A
Discussion options

You must be logged in to vote

That's weird, I never encountered permissions denied error with bundlemon, I'm also running the action every 1 hour to verify the service is working and didn't have a problem with that.

You can try to use BundleMon directly without the action, like here

- name: Run bundlemon
  run: npx bundlemon
  env:
    CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}}
    CI_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}

Add CI_TARGET_BRANCH and CI_PR_NUMBER to env vars like you did before.

Please add the full workflow with the triggers section, might find how to fix that in BundleMon without overriding the env vars.

Replies: 4 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Theonlydola
Comment options

Comment options

You must be logged in to vote
14 replies
@LironEr
Comment options

@Theonlydola
Comment options

@Theonlydola
Comment options

@LironEr
Comment options

Answer selected by Theonlydola
@okize
Comment options

@LironEr
Comment options

@okize
Comment options

@LironEr
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants