Commit Graph

8 Commits

Author SHA1 Message Date
albanD
4e98a4b6e3 Update release note bot to actually ping people
Pull Request resolved: https://github.com/pytorch/pytorch/pull/72372
2022-02-07 17:08:42 +00:00
Alban Desmaison
29d9100277 Process commit update2
Pull Request resolved: https://github.com/pytorch/pytorch/pull/72139
2022-02-01 21:09:46 +00:00
albanD
be7ee92669 Update process_commit.py
Update new release note labelling system message on PRs

Pull Request resolved: https://github.com/pytorch/pytorch/pull/72121
2022-02-01 19:17:40 +00:00
Andrey Talman
a319bce58d Make sure we set GITHUB token in the header for pr-label GHA (#72085)
Summary:
Make sure we set GITHUB token in the header for pr-label GHA

Pull Request resolved: https://github.com/pytorch/pytorch/pull/72085

Reviewed By: seemethere

Differential Revision: D33904391

Pulled By: atalman

fbshipit-source-id: 039130a4f94070d78186b018696f53fad6142a8a
(cherry picked from commit f42c74b03c)
2022-02-01 00:08:35 +00:00
Andrey Talman
95d71ed212 Run the pr-label check on PR closed action and validate closed_by (#71917)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/68459
This PR implements reminder to assign the release notes and topic labels to each PR when merged. Here is an example of the message that set on the issue related to PR:

> Hey atalman. You merged this PR, but no release notes category and topic labels were added. >
> The list of valid release and topic labels is available https://github.com/pytorch/pytorch/labels?q=release+notes+or+topic

Tested by manually running process_commit.py script in standalone mode passing following  commit_hash = "e020414cb25cd763103f77a10c6225ce27cbbb6e" which should resolve to this PR

Pull Request resolved: https://github.com/pytorch/pytorch/pull/71917

Reviewed By: malfet

Differential Revision: D33847058

Pulled By: atalman

fbshipit-source-id: 370e0928b792df721b216a8e08b22253f03abda3
(cherry picked from commit dfa86f440f)
2022-01-31 17:44:19 +00:00
Andrey Talman
5a14eca191 Revert D33820822: [pytorch][PR] Run the pr-label check on PR closed action and validate closed_by
Test Plan: revert-hammer

Differential Revision:
D33820822 (e020414cb2)

Original commit changeset: 373ffcbc2bca

Original Phabricator Diff: D33820822 (e020414cb2)

fbshipit-source-id: e9b4cf7f3861c8a383b9ab52f55a6ca3fe8b7fb2
(cherry picked from commit 43b9277c23)
2022-01-27 20:04:03 +00:00
Andrey Talman
e020414cb2 Run the pr-label check on PR closed action and validate closed_by (#71917)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/68459

Pull Request resolved: https://github.com/pytorch/pytorch/pull/71917

Reviewed By: malfet

Differential Revision: D33820822

Pulled By: atalman

fbshipit-source-id: 373ffcbc2bcae4041f7f84a4883c086a61afd03b
(cherry picked from commit 2c2c81a985)
2022-01-27 18:54:09 +00:00
Andrey Talman
c44d0ac181 Implement labelling for release notes and topics check (#71726)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/68459

Pull Request resolved: https://github.com/pytorch/pytorch/pull/71726

Reviewed By: malfet

Differential Revision: D33793084

Pulled By: atalman

fbshipit-source-id: 5840bff63c897f09e9d2d70ef435b8764c5d64c0
(cherry picked from commit dd6b3a1131)
2022-01-26 18:33:24 +00:00