-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for creating issues as epics and search for epics by titl…
…e in a repo (#34) * Create ability to create Epic in bulk. * Add support for getting an epic from a title. * Null check before trying to Trim. * No need to expose the Title -- already exposed. * Update the msbuild action to the latest version available
- Loading branch information
1 parent
a296fde
commit 01bea59
Showing
5 changed files
with
95 additions
and
57 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
nuget-version: latest | ||
|
||
- name: Setup MSBuild | ||
uses: microsoft/[email protected].0 | ||
uses: microsoft/[email protected].2 | ||
|
||
- name: Restore | ||
run: nuget restore ./src/IssueCreator.sln | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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