Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Nov 3, 2023
1 parent 9d7cf28 commit d0ebf29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export async function run(): Promise<void> {
return
}

core.info(JSON.stringify(github.context.payload.pull_request))

const bumpLabels = readBumpLabels()
const comments = readCommentInputs()

Expand Down
1 change: 1 addition & 0 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as core from '@actions/core'
import * as github from '@actions/github'

Check failure on line 2 in src/version.ts

View workflow job for this annotation

GitHub Actions / TypeScript Tests

'github' is defined but never used

Check failure on line 2 in src/version.ts

View workflow job for this annotation

GitHub Actions / Lint Code Base

'github' is defined but never used
import * as exec from '@actions/exec'
import { inc, ReleaseType } from 'semver'

Expand Down

0 comments on commit d0ebf29

Please sign in to comment.