elek opened a new pull request #543: HDDS-2997. Support github comment based 
commands
URL: https://github.com/apache/hadoop-ozone/pull/543
 
 
   ## What changes were proposed in this pull request?
   
   Before we started to use github actions we had the opportunity to use some 
"commands" in github comments. For example when a `/label xxx` comment has been 
added to a PR, a bot added the label (by default just the committers can use 
labels, but with this approach it was possible for everyone).
   
   Since the move to use github actions I got multiple question about 
re-triggering the test. Even it it's possible to do with pushing an empty 
commit (only by the owner or committer) I think it would be better to restore 
the support of comment commands.
   
   This patch follows a very simple approach. The available commands are store 
in a separated subdirectory as shell scripts and they are called by a 
lightweight wrapper.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2997
   
   ## How was this patch tested?
   
   As it works only if merged to the master I tested it in my own fork:
   
   Feel free to use this example PR to test it:
   
   https://github.com/elek/hadoop-ozone/pull/9

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to