-
Notifications
You must be signed in to change notification settings - Fork 465
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: actions/labeler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 17 files changed
- 3 contributors
Commits on Feb 4, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for 69990a6 - Browse repository at this point
Copy the full SHA 69990a6View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b7d89ab - Browse repository at this point
Copy the full SHA b7d89abView commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4d65903 - Browse repository at this point
Copy the full SHA 4d65903View commit details
Commits on Jun 3, 2021
-
Two minor fixes to the README (#80) (#146)
* Use consistent indentation style in YAML examples * Fix typo 'indvidual'
Configuration menu - View commit details
-
Copy full SHA for bc80d16 - Browse repository at this point
Copy the full SHA bc80d16View commit details -
- 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)
Configuration menu - View commit details
-
Copy full SHA for ffa3fbe - Browse repository at this point
Copy the full SHA ffa3fbeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9019323 - Browse repository at this point
Copy the full SHA 9019323View commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b884ad6 - Browse repository at this point
Copy the full SHA b884ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d0dfc - Browse repository at this point
Copy the full SHA c9d0dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e6c01 - Browse repository at this point
Copy the full SHA f2e6c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51aacb - Browse repository at this point
Copy the full SHA a51aacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a53dc - Browse repository at this point
Copy the full SHA 84a53dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1aa618 - Browse repository at this point
Copy the full SHA a1aa618View commit details -
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 💅
Configuration menu - View commit details
-
Copy full SHA for ca69a1e - Browse repository at this point
Copy the full SHA ca69a1eView commit details -
Update prettier to 2.3.0 and re-prettify everything
Gotta love those trailing commas!
Configuration menu - View commit details
-
Copy full SHA for c97a958 - Browse repository at this point
Copy the full SHA c97a958View commit details -
Merge pull request #151 from actions/prettier-2.3.0
Update prettier to the latest version and re-prettify everything
Configuration menu - View commit details
-
Copy full SHA for 8469b2c - Browse repository at this point
Copy the full SHA 8469b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5682b7c - Browse repository at this point
Copy the full SHA 5682b7cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0...v3.0.1