Joseph T. Lyons
0a2d938ac5
Do not include recent issues in issue response script ( #26064 )
...
Do not report issues that were created yesterday or today.
Release Notes:
- N/A
2025-03-04 16:13:53 -05:00
Joseph T. Lyons
3a041cac72
Consider triagers team when finding issues needing responses ( #25554 )
...
Release Notes:
- N/A
2025-02-25 10:58:37 +00:00
renovate[bot]
8102051e27
Update octokit monorepo ( #25203 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@octokit/rest](https://redirect.github.com/octokit/rest.js ) |
[`21.1.0` ->
`21.1.1`](https://renovatebot.com/diffs/npm/@octokit%2frest/21.1.0/21.1.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [octokit](https://redirect.github.com/octokit/octokit.js ) | [`4.1.1`
-> `4.1.2`](https://renovatebot.com/diffs/npm/octokit/4.1.1/4.1.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>octokit/rest.js (@​octokit/rest)</summary>
###
[`v21.1.1`](https://redirect.github.com/octokit/rest.js/releases/tag/v21.1.1 )
[Compare
Source](https://redirect.github.com/octokit/rest.js/compare/v21.1.0...v21.1.1 )
##### Bug Fixes
- **deps:** update Octokit dependencies to mitigate ReDos \[security]
([#​484](https://redirect.github.com/octokit/rest.js/issues/484 ))
([ca256c3](ca256c3349
))
</details>
<details>
<summary>octokit/octokit.js (octokit)</summary>
###
[`v4.1.2`](https://redirect.github.com/octokit/octokit.js/releases/tag/v4.1.2 )
[Compare
Source](https://redirect.github.com/octokit/octokit.js/compare/v4.1.1...v4.1.2 )
##### Bug Fixes
- **deps:** update Octokit dependencies to mitigate ReDos
vulnerabilities \[security]
([#​2816](https://redirect.github.com/octokit/octokit.js/issues/2816 ))
([28ff745](28ff745543
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone
America/New_York, 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
Release Notes:
- N/A
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 18:17:30 -05:00
Joseph T. Lyons
78b43ba745
Issue response: attempt to fix url again ( #25184 )
...
Last attempt
Release Notes:
- N/A
2025-02-19 14:38:23 -05:00
Joseph T. Lyons
c9bd44f983
Issue response: do not encode query parameters ( #25180 )
...
Release Notes:
- N/A
2025-02-19 18:22:46 +00:00
Joseph T. Lyons
5f6d049751
Include link to GitHub issues in issue response ( #25178 )
...
Release Notes:
- N/A
2025-02-19 17:48:22 +00:00
Joseph T. Lyons
e5d8bd27da
Issue response: pull team members from staff team ( #25102 )
...
Release Notes:
- N/A
2025-02-18 18:43:37 +00:00
Marshall Bowers
fc85ca0101
ci: Fix issue response script ( #24891 )
...
This PR fixes the issue response script.
There were a number of things preventing it from working:
- The directory name used in the GitHub Action did not match the one on
disk.
- The script has been moved accordingly
- `ts-node` does not support ESM.
- `ts-node` seems unmaintained, so I changed the script to be plain JS
that is type-checked with TypeScript.
- The data being sent to the Slack API was invalid:
- Each section block can only have a maximum of 3000 characters in the
`text` field, so we need to break up the issue list across multiple
sections.
- We needed to escape `&`, `<`, and `>` characters in the issue titles.
Release Notes:
- N/A
2025-02-14 19:37:33 +00:00