You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
In github actions there is the possibility to run a action if the run fails
Github action <- creates issue with labels and assignee
- uses: nashmaniac/[email protected]if: ${{ failure() }} # only run when this job is failed.name: Create Issue Actionwith:
title: Linter Failedtoken: ${{secrets.GITHUB_TOKEN}}assignees: ${{github.actor}}labels: refactoring-needed, help neededbody: Workflow failed for commit ${{github.sha}}
The text was updated successfully, but these errors were encountered:
Feel free to raise an Issue! Welcome to the community 🤓
If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.
In github actions there is the possibility to run a action if the run fails
Github action <- creates issue with labels and assignee
The text was updated successfully, but these errors were encountered: