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: mheap/github-action-required-labels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: mheap/github-action-required-labels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 5, 2023

  1. Add newline after the match token in error comments (#55)

    * Add newline after the match token in error comments
    
    For some reason, Github's rendering of markdown is disabled on any line
    that starts with a comment (`<!-- -->`). However, markdown rendering
    resumes on the next line.
    
    This is an easy fix which just adds a newline after the match token.
    
    ---------
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    zhimsel and mheap authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5384b5b View commit details
    Browse the repository at this point in the history
  2. Add labels output which will contain all the matching/intersecting …

    …labels if the action is successful.
    jeff-miller-cfa authored and mheap committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    65d195b View commit details
    Browse the repository at this point in the history
Loading