Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastify/github-action-merge-dependabot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: fastify/github-action-merge-dependabot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 10, 2021

  1. feat: add support for workflow_dispatch event (#51)

    * feat: support workflow dispatch trigger
    
    * feat: return json instead of text in fetch
    
    * feat: add PR_NUMBER to inputs
    
    * chore: add logging for troubleshooting
    
    * fix: wrong headers on get PR
    
    * chore: remove some logs
    
    * chore: update logs again
    
    * fix: broken url formatting
    
    * chore: build fix to url
    
    * chore: remove logs and cleanup
    
    * docs: add workflow docs to readme file
    
    * chore: change back to v1 lockfile
    
    * feat: use octokit instead of node-fetch
    
    * chore: retur error if no PR number is present
    
    * chore: finish unfinished error message
    
    * chore: update dist from build
    
    * chore: add better conditionals and checks for user input
    
    * chore: consolidate getter for PR
    
    * fix: add missing await keyword
    
    * chore: reduce logic and update pull request function
    
    * chroe: update pr number check logic
    
    * chore: test output
    
    * chore: log more output
    
    * chore: remove output logging and change PR number checks
    
    * chore: test PR number input
    
    * chore: log additional data
    
    * chore: use proper condition for check for PR
    
    * Update README.md
    
    Co-authored-by: Simone Busoli <simone.busoli@gmail.com>
    
    * docs: update parameter for pr number
    
    Co-authored-by: Simone Busoli <simone.busoli@gmail.com>
    
    Co-authored-by: Simone Busoli <simone.busoli@gmail.com>
    jhoffmcd and simoneb authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    da66b6c View commit details
    Browse the repository at this point in the history
  2. chore: bump v2.4.0

    simoneb committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    d2591ab View commit details
    Browse the repository at this point in the history
  3. docs: remove update notice

    simoneb committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f0d92d9 View commit details
    Browse the repository at this point in the history
Loading