Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
Choose a base ref
Loading
...
head repository: mheap/github-action-required-labels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Choose a head ref
Loading
  • 15 commits
  • 12 files changed
  • 8 contributors

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

Commits on Jun 17, 2023

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

Commits on Nov 23, 2023

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

Commits on Jan 28, 2024

  1. Add Node 20 to CI (#68)

    * Add Node 20 to CI
    * Run npm lint:fix
    * Bump dependencies
    mheap authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d1635a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Add Regex support (#72)

    mheap authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8b18d52 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add multi-regex test

    mheap committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6cf0256 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 20, 2024

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

Commits on Mar 22, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 27, 2024

  1. Update action.yml (#80)

    add output 'status' for github action linting
    whoDoneItAgain authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e6ef5f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update Dependencies (#83)

    * Update all deps
    * Reformat based on prettier
    mheap authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4292bf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. Merge queue support (#87)

    * Add support for merge_queue events
    * fix: merge-queue support (#85)
    * Fix merge_group tests
    
    ---------
    
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    mheap and v1v authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    a4fafed View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Configuration menu
    Copy the full SHA
    fb29a14 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.