-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(config): support reading from local file if it exists #48
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lrstanley
changed the title
add notBefore functionality as per#2(#3)
feat(config): support reading from local file if it exists
Jun 25, 2022
Please make the target branch main and run |
Signed-off-by: Liam Stanley <[email protected]>
@stephanmiehe done! Also worth mentioning that I recently added this to |
stephanmiehe
approved these changes
Nov 8, 2023
ghost
referenced
this pull request
in camunda/camunda
Nov 9, 2023
15109: deps(github-tags) Update github/issue-labeler action to v3.3 (main) r=github-actions[bot] a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/issue-labeler](https://github.com/github/issue-labeler) | action | minor | `v3.2` -> `v3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>github/issue-labeler (github/issue-labeler)</summary> ### [`v3.3`](https://github.com/github/issue-labeler/releases/tag/v3.3) [Compare Source](https://github.com/github/issue-labeler/compare/v3.2...v3.3) #### What's Changed - feat(config): support reading from local file if it exists by [`@​lrstanley](https://github.com/lrstanley)` in [https://github.com/github/issue-labeler/pull/48](https://github.com/github/issue-labeler/pull/48) #### New Contributors - [`@​lrstanley](https://github.com/lrstanley)` made their first contribution in [https://github.com/github/issue-labeler/pull/48](https://github.com/github/issue-labeler/pull/48) **Full Changelog**: github/issue-labeler@v3.2...v3.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot
referenced
this pull request
in X-oss-byte/Canary-nextjs
Nov 11, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/issue-labeler](https://github.com/github/issue-labeler) | action | minor | `v3.2` -> `v3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>github/issue-labeler (github/issue-labeler)</summary> ### [`v3.3`](https://github.com/github/issue-labeler/releases/tag/v3.3) [Compare Source](https://github.com/github/issue-labeler/compare/v3.2...v3.3) #### What's Changed - feat(config): support reading from local file if it exists by [@​lrstanley](https://github.com/lrstanley) in [https://github.com/github/issue-labeler/pull/48](https://github.com/github/issue-labeler/pull/48) #### New Contributors - [@​lrstanley](https://github.com/lrstanley) made their first contribution in [https://github.com/github/issue-labeler/pull/48](https://github.com/github/issue-labeler/pull/48) **Full Changelog**: github/issue-labeler@v3.2...v3.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently, actions/issue-labeler can only read the configuration from the source repository, due to it using the context and API to fetch the configuration file. This PR adds support for first checking to see if a file matching the provided path exists locally, before it makes a call to the API to get the file.
The primary benefit for this, is it works well with reusable workflows, as all you have to do is grab the file from a central location, before running this on the target repository.
Example action run with these changes: https://github.com/lrstanley/clix/actions/runs/6504026420/job/17665376086