We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In PR #513, the "Post Check SVG" action still post the wrong message. This is strange since the master branch has been updated with the new version.
master
Here is the old version with the incorrect name before we merge into master:
Here is the new version:
This name change was made in #509 and proves that the file has been merged into master.
I'll look more into this issue during the weekend and test it with my forked repo.
The text was updated successfully, but these errors were encountered:
There is also this failed action https://github.com/devicons/devicon/actions/runs/593486887
Sorry, something went wrong.
This was bad design on my part. I'll have to change it later. Pretty much, what's happening is I only check for 2 results: successful run and failure.
However, there is also a third outcome: the workflow was skipped since the label is not "bot:peek". This is getting lumped into that.
There's also the bad status checks for getting the PR number. I'll have to change it to "always()" so the script will always have a PR to to.
develop
This issue is already fixed. Closing.
Thomas-Boi
Successfully merging a pull request may close this issue.
In PR #513, the "Post Check SVG" action still post the wrong message. This is strange since the
master
branch has been updated with the new version.Here is the old version with the incorrect name before we merge into
master
:Here is the new version:
This name change was made in #509 and proves that the file has been merged into master.
I'll look more into this issue during the weekend and test it with my forked repo.
The text was updated successfully, but these errors were encountered: