Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to @actions/github #443

Merged
merged 8 commits into from
Mar 25, 2021
Merged

feat: migrate to @actions/github #443

merged 8 commits into from
Mar 25, 2021

Conversation

nogic1008
Copy link
Contributor

No description provided.

@nogic1008 nogic1008 added enhancement:speech_balloon: New feature or request refactoring ✨ Not a new feature (code clean, remove dup...) labels Mar 25, 2021
@commit-lint
Copy link

commit-lint bot commented Mar 25, 2021

Chore

  • deps: add @actions/github package (78b6a95)
  • downgrade @actions/http-client to 1.0.9 (3bbf1f6)
  • add @octokit/webhooks-definitions (9b1b479)
  • deps: remove @octokit/rest (a95b28e)

Performance Improvements

Code Refactoring

  • read github.context directly (e555c21)
  • read context.payload directly (dfdaf22)

Tests

  • ignore main entry on coverage (1c61702)

Contributors

nogic1008

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented Mar 25, 2021

Codecov Report

Merging #443 (a95b28e) into master (0193aa5) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #443   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         4    -1     
  Lines           67        48   -19     
  Branches         8         6    -2     
=========================================
- Hits            67        48   -19     
Impacted Files Coverage Δ
src/input-helper.ts 100.00% <ø> (ø)
src/event.ts 100.00% <100.00%> (ø)
src/main.ts 100.00% <100.00%> (ø)
src/send-comment.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0193aa5...a95b28e. Read the comment docs.

@nogic1008 nogic1008 merged commit 8973c5f into master Mar 25, 2021
@nogic1008 nogic1008 deleted the migrate/action-github branch March 25, 2021 06:36
@nogic1008 nogic1008 added this to the v1.3.0 milestone May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:speech_balloon: New feature or request refactoring ✨ Not a new feature (code clean, remove dup...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant