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: actions/labeler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: actions/labeler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 16 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 4, 2021

  1. Create CODEOWNERS

    hross authored Feb 4, 2021
    1 Configuration menu
    Copy the full SHA
    69990a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Fix typo

    indvidual -> individual
    HollowMan6 authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    b7d89ab View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

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

Commits on Jun 3, 2021

  1. Two minor fixes to the README (#80) (#146)

    * Use consistent indentation style in YAML examples
    * Fix typo 'indvidual'
    pje authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    bc80d16 View commit details
    Browse the repository at this point in the history
  2. 🧹 Update documentation (#147)

    - Document the release process in `CONTRIBUTING.md`
    - Add development instructions to `CONTRIBUTING.md` (adapted from [download-artifact](https://github.com/actions/download-artifact))
    - Add a test badge to the `README`
    - Link to `CONTRIBUTING.md` in `README`
    - Unify copy between `README.md` and `action.yml`
    - Copy-pasta the CoC from [download-artifact](https://github.com/actions/download-artifact)
    pje authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    ffa3fbe View commit details
    Browse the repository at this point in the history
  3. 🧹 Add basic unit tests (#148)

    This is not intended to be a comprehensive test suite; I'm just trying to get us started by adding tests for some of the most important functionality.
    
    This necessitated some minor refactoring. Previously, `main.ts` just directly invoked the main entrypoint function `run()`, which made it impossible to unit test the module without causing the side-effects of `run`. 
    
    As a workaround I created  a new module `labeler.ts`, which just exports the functions we want to test without executing the main entrypoint, and simplified `main.ts` so that it only imports the entrypoint and executes it.
    
    It's basically just a re-org. The diff makes it look way more complicated than it is.
    pje authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    9019323 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Merge pull request #125 from HollowMan6/patch-1

    Fix typo in README.md
    pje authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b884ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d0dfc View commit details
    Browse the repository at this point in the history
  3. rebuild dist/index.js

    pje committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f2e6c01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51aacb View commit details
    Browse the repository at this point in the history
  5. Regenerate dist/index.js

    pje committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    84a53dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1aa618 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #150 from actions/fix-format-script-globbing

    Fix recursive globbing in our npm `format` script command and run all ts files through prettier 💅
    pje authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    ca69a1e View commit details
    Browse the repository at this point in the history
  8. Update prettier to 2.3.0 and re-prettify everything

    Gotta love those trailing commas!
    pje committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c97a958 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #151 from actions/prettier-2.3.0

    Update prettier to the latest version and re-prettify everything
    pje authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    8469b2c View commit details
    Browse the repository at this point in the history
  10. 3.0.1

    pje committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    5682b7c View commit details
    Browse the repository at this point in the history
Loading