This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 2d6b06b4f ci: don't assign milestone for draft PRs (#1810)
2d6b06b4f is described below
commit 2d6b06b4f80d6b01f4c6467a1e6eae821979a3a3
Author: David Li <[email protected]>
AuthorDate: Sat May 4 08:31:43 2024 +0900
ci: don't assign milestone for draft PRs (#1810)
Fixes #1553.
---
.github/workflows/dev_pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index 805677cfb..78f4ba243 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -39,7 +39,7 @@ jobs:
persist-credentials: false
- name: Assign milestone
- if: always()
+ if: '! github.event.pull_request.draft'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |