Skip to content

Commit

Permalink
Merge pull request #92 from joshjohanning/rename-sub-issues-summary-s…
Browse files Browse the repository at this point in the history
…cript

refactor!: rename get-sub-issue-summary-of-issue.sh to get-sub-issues-summary-of-issue.sh
  • Loading branch information
joshjohanning authored Nov 15, 2024
2 parents 03facc3 + da98f84 commit e67f4e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gh-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1096,14 +1096,14 @@ Retrieves all SSO enabled PATs users have created for an organization.

Retrieves all SSO-enabled SSH keys users have created for an organization.

### get-sub-issue-summary-of-issue.sh

Gets a summary of the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932)

### get-sub-issues-of-issue.sh

Gets the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932)

### get-sub-issues-summary-of-issue.sh

Gets a summary of the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932)

### get-user-id.sh

Retrieves the ID of a user for other GraphQL calls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

# Gets the sub-issue summary of an issue
# Gets the sub-issues summary of an issue

if [ -z "$3" ]; then
echo "Usage: $0 <org> <repo> <issue-number>"
echo "Example: ./get-sub-issues-of-issue.sh joshjohanning-org migrating-ado-to-gh-issues-v2 5"
echo "Example: ./get-sub-issues-summary-of-issue.sh joshjohanning-org migrating-ado-to-gh-issues-v2 5"
exit 1
fi

Expand Down

0 comments on commit e67f4e2

Please sign in to comment.