basic issue-labeler example#194
Closed
pelikhan wants to merge 2 commits into
Closed
Conversation
- Deleted the old issue labeller markdown file and replaced it with a new version that includes updated formatting and structure. - Updated README to correct the spelling of "labeler" and adjusted references to the job name in the workflow. - Added a new lock file for the issue labeler workflow, detailing the steps and configurations for the GitHub Actions workflow. - Enhanced the agentic output collection and logging mechanisms to improve clarity and functionality. - Implemented a more robust label addition process, ensuring only allowed labels are applied based on agent output.
Collaborator
|
Please not a scattering of workflows in this repo |
dsyme
reviewed
Aug 23, 2025
| 1. Read the issue content | ||
| 2. Post a helpful comment summarizing the issue | ||
| 3. Write your analysis to ${{ env.GITHUB_AW_OUTPUT }} for automatic issue creation | ||
| The compiler will compile this agentic workflow into a GitHub Action Workflow file (`.yml`) |
Collaborator
There was a problem hiding this comment.
I've just gone over the README, you'll likely have to redo this.
But I don't think we want any more complexity in the README
Collaborator
There was a problem hiding this comment.
I'm doing a pass over all the docs so maybe just leave them for now
Collaborator
Author
There was a problem hiding this comment.
Just move this example to separate file. I want the workflow to make sure it actually compiles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a simpler/safer example and explaining the compiled code. it's not obvious that AW is a compiler at all from the readme.