Skip to content

Commit

Permalink
release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent 080bc17 commit 250e9f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 122 deletions.
37 changes: 0 additions & 37 deletions .gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

63 changes: 0 additions & 63 deletions README.md

This file was deleted.

7 changes: 6 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ async function run() {
core.setFailed(`PR must include a task number in the format ${projectKey}-XXXX in ${location}.`);
}
else {
core.info(`Task number found in PR ${check === 'both' ? 'title or description' : check}.`);
if (check === 'both') {
core.info('Task number found in PR title or description.');
}
else {
core.info(`Task number found in PR ${check}.`);
}
}
}
catch (error) {
Expand Down

0 comments on commit 250e9f0

Please sign in to comment.