This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new d4daa346b "Stale" job: restrict executions and adjust issue
permissions (#3636)
d4daa346b is described below
commit d4daa346b4c0a6949e0a2de62278b4e00ed58bb2
Author: Alexandre Dutra <[email protected]>
AuthorDate: Tue Feb 3 20:44:26 2026 +0100
"Stale" job: restrict executions and adjust issue permissions (#3636)
---
.github/workflows/stale.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index ed337ca8c..9cccf682f 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -20,6 +20,7 @@
---
jobs:
stale:
+ if: github.repository == 'apache/polaris'
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@dcd2b9469d2220b7e8d08aedc00c105d277fd46b
@@ -33,5 +34,5 @@ on:
schedule:
- cron: "30 1 * * *"
permissions:
- issues: read
+ issues: write
pull-requests: write