-
Notifications
You must be signed in to change notification settings - Fork 25
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
Automations start failing #34
Comments
@mustafaozhan thank you very much for this information. I can see that you are using an "old" version of this automation. I would suggest you to update the version to "v1.2.0" and check if it works or not. If it still does not work, I would ask you to set the following environment variables and provide the output of this action. - name: Move issue to ${{ env.todo }}
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
env:
DEBUG_COMMANDS: true
DEBUG_LOG: true
with:
... |
Thank you for quick feedback @leonsteinhaeuser!
|
I can reproduce it locally. It seems that GitHub has changed the API that is causing this message. I will take a closer look and try to fix it. |
@leonsteinhaeuser that's great, will be waiting news from you to update it 😉 |
@mustafaozhan your described problem should be solved now. I would like to ask you to validate this fix. You should be able to test this with this version: |
@leonsteinhaeuser I confirm it, it is working as expected 🙂 |
@mustafaozhan I have released a publicly available version: |
thanks a lot @leonsteinhaeuser 🎉 |
Describe the bug
Since a couple of days, automations start failing with this error
To Reproduce
The step that throws that error:
Expected behavior
It should continue to update the status of PR, like before it was doing.
Workflow (please complete the following information):
The text was updated successfully, but these errors were encountered: