Skip to content

Add issue type REST API instructions to GitHub skill#1597

Merged
kmcginnes merged 1 commit intoaws:mainfrom
kmcginnes:github-skill-issue-type
Mar 19, 2026
Merged

Add issue type REST API instructions to GitHub skill#1597
kmcginnes merged 1 commit intoaws:mainfrom
kmcginnes:github-skill-issue-type

Conversation

@kmcginnes
Copy link
Collaborator

@kmcginnes kmcginnes commented Mar 19, 2026

Description

Adds instructions to the GitHub skill file for setting issue types via the REST API after creation. This documents the gh api command needed to assign issue types (Bug, Feature, Epic, Task, or Spike) since gh issue create does not support setting the type directly.

Validation

  • Verified setting the issue type this way works correctly

Related Issues

N/A

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I have verified pnpm checks passes with no errors.
  • I have verified pnpm test passes with no failures.
  • I have covered new added functionality with unit tests if necessary.
  • I have updated documentation if necessary.

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.91%. Comparing base (c5affc5) to head (70a518b).
⚠️ Report is 102 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1597       +/-   ##
===========================================
+ Coverage   47.81%   64.91%   +17.10%     
===========================================
  Files         382      372       -10     
  Lines        8525     8382      -143     
  Branches     3159     3123       -36     
===========================================
+ Hits         4076     5441     +1365     
+ Misses       3070     2086      -984     
+ Partials     1379      855      -524     
Flag Coverage Δ
unittests 64.91% <ø> (+17.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kmcginnes kmcginnes marked this pull request as ready for review March 19, 2026 16:44
@kmcginnes kmcginnes merged commit 3745a26 into aws:main Mar 19, 2026
4 checks passed
@kmcginnes kmcginnes deleted the github-skill-issue-type branch March 19, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants