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.1.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: v5.0.0
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 5, 2023

  1. 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
  2. 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

Commits on Jun 8, 2023

  1. Support running multiple instances without collision (#54)

    * Support running multiple instances without collision
    
    This uses a combination of three Github-set env vars that, together, are
    guaranteed to be unique within the scope of a repo and all its
    workflows:
    
    - GITHUB_WORKFLOW: the name of the workflow (or file path, if no name is given)
    - GITHUB_JOB: the ID of the job
    - GITHUB_ACTION: the ID of the step (or a formatted name of the repo
      where the action resides, i.e.
      `__mheap_github-action-required-labels`)
    
    Without this, running multiple instances of this action with comments
    enabled would result in them clobbering each others' comments.
    
    ---------
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    zhimsel and mheap authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    418d9eb View commit details
    Browse the repository at this point in the history
  2. Update README to v5

    mheap committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    1b8424d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c23b2a View commit details
    Browse the repository at this point in the history
Loading