This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 88267f867 Add labeller permissions block (#2844)
88267f867 is described below
commit 88267f867bca16b57603d255a167c064e602d747
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Oct 7 13:47:26 2022 +0100
Add labeller permissions block (#2844)
---
.github/workflows/dev_pr.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index 8fb584a4f..2f13b726b 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -29,6 +29,9 @@ jobs:
process:
name: Process
runs-on: ubuntu-latest
+ permissions:
+ contents: read
+ pull-requests: write
steps:
- uses: actions/checkout@v3