Skip to content
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

fix: read default token #67

Merged
merged 2 commits into from May 15, 2023
Merged

fix: read default token #67

merged 2 commits into from May 15, 2023

Conversation

EndBug
Copy link
Contributor

@EndBug EndBug commented May 12, 2023

This PR allows the action to read the token by default, so that the user doesn't have to enter the input manually.
I've also added info about the required permissions for tokens, following the new permission scopes.

Closes #65

@stephanmiehe stephanmiehe merged commit ddcff90 into github:master May 15, 2023
@EndBug EndBug deleted the 65-token branch May 15, 2023 17:05
zeebe-bors-camunda bot added a commit to camunda/zeebe that referenced this pull request Jun 6, 2023
12962: fix: provide github token to issue-labeler action r=remcowesterhoud a=megglos

## Description

The issue-label action's docs were already updated according to github/issue-labeler#67 however it wasn't released yet 🤦 , thus have to provide the token as input.

Follow-up to #12932.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #12655

Co-authored-by: Meggle (Sebastian Bathke) <sebastian.bathke@camunda.com>
zeebe-bors-camunda bot added a commit to camunda/zeebe that referenced this pull request Jun 6, 2023
12962: fix: provide github token to issue-labeler action r=remcowesterhoud a=megglos

## Description

The issue-label action's docs were already updated according to github/issue-labeler#67 however it wasn't released yet 🤦 , thus have to provide the token as input.

Follow-up to #12932.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #12655

Co-authored-by: Meggle (Sebastian Bathke) <sebastian.bathke@camunda.com>
kodiakhq bot pushed a commit to X-oss-byte/Canary-nextjs that referenced this pull request Oct 10, 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://togithub.com/github/issue-labeler) | action | major | `v2.6` -> `v3.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>github/issue-labeler (github/issue-labeler)</summary>

### [`v3.2`](https://togithub.com/github/issue-labeler/releases/tag/v3.2)

[Compare Source](https://togithub.com/github/issue-labeler/compare/v3.1...v3.2)

#### What's Changed

-   fix: read default token by [@&#8203;EndBug](https://togithub.com/EndBug) in [github/issue-labeler#67
-   feat: allow the use of custom issue numbers by [@&#8203;EndBug](https://togithub.com/EndBug) in [github/issue-labeler#66
-   fix: Use the correct input name so the default applies by [@&#8203;phated](https://togithub.com/phated) in [github/issue-labeler#72
-   feat: Add outputs of the labels added and removed by [@&#8203;phated](https://togithub.com/phated) in [github/issue-labeler#71
-   docs: GITHUB_TOKEN passing is required by [@&#8203;rajbos](https://togithub.com/rajbos) in [github/issue-labeler#75
-   feat: add option to include/exclude body as regex target by [@&#8203;amerikan](https://togithub.com/amerikan) in [github/issue-labeler#70

#### New Contributors

-   [@&#8203;EndBug](https://togithub.com/EndBug) made their first contribution in [github/issue-labeler#67
-   [@&#8203;phated](https://togithub.com/phated) made their first contribution in [github/issue-labeler#72
-   [@&#8203;rajbos](https://togithub.com/rajbos) made their first contribution in [github/issue-labeler#75
-   [@&#8203;amerikan](https://togithub.com/amerikan) made their first contribution in [github/issue-labeler#70

**Full Changelog**: github/issue-labeler@v3.1...v3.2

### [`v3.1`](https://togithub.com/github/issue-labeler/releases/tag/v3.1)

[Compare Source](https://togithub.com/github/issue-labeler/compare/v3.0...v3.1)

#### What's Changed

-   Support empty body and only remove existing labels by [@&#8203;dokimiki](https://togithub.com/dokimiki) in [github/issue-labeler#62

#### New Contributors

-   [@&#8203;dokimiki](https://togithub.com/dokimiki) made their first contribution in [github/issue-labeler#62

**Full Changelog**: github/issue-labeler@v3.0...v3.1

### [`v3.0`](https://togithub.com/github/issue-labeler/releases/tag/v3.0)

[Compare Source](https://togithub.com/github/issue-labeler/compare/v2.6...v3.0)

#### What's Changed

Breaking change: Issue labels that do not match a regex will no longer be removed by default unless you set `sync-labels:` to 1

-   feat: add sync-labels option by [@&#8203;balazsorban44](https://togithub.com/balazsorban44) in [github/issue-labeler#59

**Full Changelog**: github/issue-labeler@v2.6...v3.0

</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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read default GitHub token
2 participants