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: v3
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
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    9ac1278 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Only use a single comment when the action fails (#53)

    * Update README to require write permission for comments
    * Update existing comment if found
    * Delete comment when action passes
    * Update README to v4
    mheap authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    e330921 View commit details
    Browse the repository at this point in the history

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
  3. npm run lint:fix

    mheap committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0b719ab View commit details
    Browse the repository at this point in the history
  4. Run CI on PRs from forks

    mheap committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ef663c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update GH Action versions

    mheap committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ae0422e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a913c View commit details
    Browse the repository at this point in the history
Loading