Sambhav Kothari
ecb271164b
Update username ( #319 )
...
* Update username
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
* Update auto-assign-learning.yml
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
---------
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
2024-10-05 10:06:35 +01:00
dependabot[bot]
f91bb5d648
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 00:37:14 +00:00
dependabot[bot]
b533d041d7
Bump kentaro-m/auto-assign-action from 1.2.4 to 1.2.5
...
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action ) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases )
- [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.4...v1.2.5 )
---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 01:05:56 +00:00
Natalie Arellano
444e7d8066
Tracking issue should prompt maintainers to update the RFC status.
...
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2022-12-02 11:08:18 -05:00
dependabot[bot]
5ebc55eb9d
Bump kentaro-m/auto-assign-action from 1.2.1 to 1.2.4
...
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action ) from 1.2.1 to 1.2.4.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases )
- [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.1...v1.2.4 )
---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 00:03:13 +00:00
Natalie Arellano
d5d34d4aa4
Fix issue template
...
It should be nested under .github
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2022-06-01 09:58:41 -04:00
Sambhav Kothari
4308429eb0
Add Sam to BAT config
...
Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>
2022-03-16 10:08:17 -04:00
dependabot[bot]
09517a01b7
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 17:50:33 -05:00
dependabot[bot]
58c793b3b4
Bump kentaro-m/auto-assign-action from 1.2.0 to 1.2.1
...
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases )
- [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 00:22:39 +00:00
Javier Romero
f6c18c8650
Update issues-generation action to v1.0.0-beta.4
...
Signed-off-by: Javier Romero <rjavier@vmware.com>
2021-08-11 15:59:14 -05:00
Javier Romero
6cc758c6b5
Merge branch 'main' into feature/issue-generation
2021-07-21 09:33:40 -05:00
Emily Casey
332d30b200
Adds workflow to auto-assign BAT RFCs
...
Signed-off-by: Emily Casey <ecasey@vmware.com>
2021-07-15 13:31:47 -04:00
Javier Romero
ff179ebf0c
Merge branch 'main' into feature/issue-generation
2021-07-15 10:20:04 -05:00
Sambhav Kothari
e36b8a0119
Add Sambhav to learning maintainers list
...
Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>
2021-07-14 22:31:51 +01:00
Javier Romero
ad5b5484c0
Bump action to v1.0.0-beta.3
...
Signed-off-by: Javier Romero <root@jromero.codes>
2021-07-13 19:04:55 +00:00
Javier Romero
8fddbf58be
Add Issues Generation as per RFC #0084
...
1. A GitHub Action that monitors PRs for the purpose of easier issue management:
1. Creates an initial comment instructing maintainers that is updated as issues are queued.
2. Parses comments for `/queue-issue` or `/unqueue-issue` to track issues to create.
2. A `node` based CLI to query and create queued issues (currently necessary to integrate with `merge-rfc.sh`)
3. Changes to `merge-rfc.sh` to query and create queued issues
Signed-off-by: Javier Romero <root@jromero.codes>
2021-07-13 18:30:56 +00:00
dependabot[bot]
99c717e715
Bump kentaro-m/auto-assign-action from 1.1.2 to 1.2.0
...
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases )
- [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.1.2...v1.2.0 )
---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-09 07:54:51 -07:00
Emily Casey
acf58492bb
Adds @jabrown85 to Implementation team auto-assign
...
Signed-off-by: Emily Casey <ecasey@vmware.com>
2021-04-06 16:03:24 -04:00
Ben Hale
5a91309851
Remove Platform Maintainer
...
Signed-off-by: Ben Hale <bhale@vmware.com>
2021-01-13 11:13:12 -08:00
Ben Hale
f117cddbcf
New Distribution Maintainer
...
Signed-off-by: Ben Hale <bhale@vmware.com>
2021-01-06 12:14:16 -08:00
Ben Hale
e00650996b
New Sherpas
...
Signed-off-by: Ben Hale <bhale@vmware.com>
2020-12-16 13:58:48 -08:00
Ben Hale
b2354bed97
Proper quoting
...
Signed-off-by: Ben Hale <bhale@vmware.com>
2020-11-11 12:52:56 -08:00
Ben Hale
54d87159d0
Only assign maintainer once
...
Signed-off-by: Ben Hale <bhale@vmware.com>
2020-11-11 12:49:32 -08:00
Ben Hale
6348be9005
Auto-assign Maintainer
...
This changes the firing behavior from pull_request to pull_request target to
ensure that the action can update the PR.
Signed-off-by: Ben Hale <bhale@vmware.com>
2020-11-04 12:17:13 -08:00
Ben Hale
43a1403b85
Auto-assign Maintainers
...
This change adds a workflow that auto-assigns a maintainer to each RFC to
champion it through the process.
Signed-off-by: Ben Hale <bhale@vmware.com>
2020-10-29 15:04:53 -07:00