Style changes undo yapf blank lines, and fix typo function name
[tools.git] / github-approve-label-workflow / README.md
1 Do we have any open openssl PR requests that have the label
2 "approval: done" that are over 24 hours old?  If so if there
3 have been no other comments added since then we can automatically
4 move them to "approval: ready to merge"
5
6 You need a token to make label changes and to ensure you don't
7 hit rate limiting if you just want a dry run.  Get one from
8 https://github.com/settings/tokens/new select 'repo' only
9 then put it in token.txt (prefix with the string "token ", i.e.
10 echo "token 12903413aaaaaa" > token.txt
11
12 to see what it would do:
13
14 python github-approve-label-workflow --debug --token token.txt
15
16 or to also actually change any labels
17
18 python github-approve-label-workflow --debug --token token.txt --commit