You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/10/07 02:02:57 UTC

[GitHub] [spark] Yikun opened a new pull request, #38141: [SPARK-40695][INFRA] Add permisson for notify and status update job

Yikun opened a new pull request, #38141:
URL: https://github.com/apache/spark/pull/38141

   ### What changes were proposed in this pull request?
   This patch add permisson for notify and status update job
   
   
   ### Why are the changes needed?
   Notify test workflow job:
   - GET /repos/:owner/:repo/actions/workflows/:id/runs?&branch=:branch: [actions:read](https://docs.github.com/en/rest/actions/workflows#get-a-workflow)
   - GET /repos/:owner/:repo/commits/:ref/check-runs: [checks:read](https://docs.github.com/en/rest/checks/runs#list-check-runs-for-a-git-reference)
   - github.checks.create: [checks:write](https://docs.github.com/en/rest/checks/runs#create-a-check-run)
   
   Update build status job: 
   - GET /repos/:owner/:repo/pulls?state=:state: https://docs.github.com/en/rest/pulls/pulls#list-pull-request no permission needed
   - GET /repos/{owner}/{repo}/commits/{ref}/check-runs: [checks:read](https://docs.github.com/en/rest/checks/runs#list-check-runs-for-a-git-reference)
   - GET /repos/{owner}/{repo}/actions/runs/{run_id}: [actions:read](https://docs.github.com/en/rest/actions/workflow-runs#get-a-workflow-run)
   - PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}: [checks:write](https://docs.github.com/en/rest/checks/runs#update-a-check-run)
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   test it after merged
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #38141: [SPARK-40695][INFRA] Add permisson for notify and status update job

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on PR #38141:
URL: https://github.com/apache/spark/pull/38141#issuecomment-1271011849

   Merged to master.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] Yikun commented on pull request #38141: [SPARK-40695][INFRA] Add permisson for notify and status update job

Posted by GitBox <gi...@apache.org>.
Yikun commented on PR #38141:
URL: https://github.com/apache/spark/pull/38141#issuecomment-1271010406

   cc @HyukjinKwon 


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon closed pull request #38141: [SPARK-40695][INFRA] Add permisson for notify and status update job

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #38141: [SPARK-40695][INFRA] Add permisson for notify and status update job
URL: https://github.com/apache/spark/pull/38141


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org