Skip to content

Commit e67f4e2

Browse files
Merge pull request #92 from joshjohanning/rename-sub-issues-summary-script
refactor!: rename get-sub-issue-summary-of-issue.sh to get-sub-issues-summary-of-issue.sh
2 parents 03facc3 + da98f84 commit e67f4e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gh-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,14 +1096,14 @@ Retrieves all SSO enabled PATs users have created for an organization.
10961096

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

1099-
### get-sub-issue-summary-of-issue.sh
1100-
1101-
Gets a summary of the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932)
1102-
11031099
### get-sub-issues-of-issue.sh
11041100

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

1103+
### get-sub-issues-summary-of-issue.sh
1104+
1105+
Gets a summary of the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932)
1106+
11071107
### get-user-id.sh
11081108

11091109
Retrieves the ID of a user for other GraphQL calls
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
# Gets the sub-issue summary of an issue
3+
# Gets the sub-issues summary of an issue
44

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

0 commit comments

Comments
 (0)