agarcia

Results 64 comments of agarcia

yeah... it happens to me as well... (multiple repositories) so it happens for multiple users... The more interesting thing... is when you retry the job... it works fine. I can't...

@ahmadnassri it happenet to me for multiple organization for multiple different plugins for multiple differents tokens.... I filled a customer support ticket... but I dont know if they will answer...

yes, when I did retry it works but sometimes it doesn't work... it is random. So I am waiting for confirmation from GitHub customer support. thanks for your confirmation. and...

"Re-run jobs" works for me but in a random way.

they answer me with something unrelated with my bug, but I want to share it with you because I didn't know it. ``` We recently made changes to dependabot which...

@ahmadnassri yeah I have this issue. this is my yaml: ``` name: auto-merge on: pull_request: jobs: auto-merge: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ahmadnassri/[email protected] with: github-token: ${{ secrets.token...

@ahmadnassri If I change from pull_request to pull_request_target this happens: ``` Error: action triggered outside of a pull_request ``` Please reopen this ticket until we have an alternative.

change to pull_request_target only works on GITHUB_TOKEN but not for personal access token.

I'm very sorry to make you to implement pull_request_target. but it doesn't work either. Thanks for your effort. I will try to use another approach ```on: workflow_run: ...``` explained here:...

I tried the ```on: workflow_run``` approach to try to comment the PR with the following string ```@dependabot merge``` and not using this plugin but I found out the following: 1....