Closed ALefaux closed 4 years ago
Could you please share the "code you modified for your PR" and enough to reproduce your error?
name: Open pull request after push
on:
push:
branches:
- '*/*'
jobs:
open-pull-request:
name: Open the pull request
runs-on: ubuntu-latest
steps:
- name: open-pull-request-action
uses: vsoch/pull-request-action@1.0.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BRANCH: "master"
PULL_REQUEST_ASSIGNEES: "ALefaux"
Thank you! Could you please link me to the action, where it ran, so I can take a look?
Maybe it's my repo the problem ... https://github.com/ALefaux/AND_Pollochon/actions/runs/112728233
I'm seeing a lot of random errors (500 and otherwise) from GitHub today, and also problems with my own actions, so if it's okay with you I think we should wait for the dust to settle.
You are right. It works today. Sorry to have disturbed you.
Oh gosh, it's really no worries! If there is a bug, it's the right thing to do to report it. I'm glad that you were proactive in doing this, it's not your fault that GitHub was having issues.
Hi! I started using your actions two weeks ago and all works fine. I modified some code for my PR and the actions doesn't work with this error :