Skip to content

Commit 61c696c

Browse files
committed
bundle and lint
1 parent 5cab528 commit 61c696c

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

dist/index.js

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/functions/unlock-on-merge.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ export async function unlockOnMerge(octokit, context, environment_targets) {
2727

2828
// many pull requests in a project will end up being closed without being merged, so we can just log this so its clear
2929
if (context?.payload?.action === 'closed') {
30-
core.info(`pull request was closed but not merged so this workflow will not run - OK`)
30+
core.info(
31+
`pull request was closed but not merged so this workflow will not run - OK`
32+
)
3133
}
32-
34+
3335
return false
3436
}
3537

0 commit comments

Comments
 (0)