This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 7f2cc9479 [MINOR] Remove add-to-project Github Action (#5951)
7f2cc9479 is described below
commit 7f2cc94792e508938157a2a6e1e53ca68b606c01
Author: Jerry Shao <[email protected]>
AuthorDate: Mon Dec 23 21:14:10 2024 +0800
[MINOR] Remove add-to-project Github Action (#5951)
### What changes were proposed in this pull request?
Remove the `add-to-project` action as the token is expired and we have
no permission to update the token as a ASF project.
### Why are the changes needed?
Fix the Github Action failure.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI.
---
.github/workflows/add-to-project.yml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/.github/workflows/add-to-project.yml
b/.github/workflows/add-to-project.yml
deleted file mode 100644
index 6ac8c7580..000000000
--- a/.github/workflows/add-to-project.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Add issue to project
-
-on:
- issues:
- types:
- - opened
-
-jobs:
- add-to-project:
- name: Add issue to project
- runs-on: ubuntu-latest
- steps:
- - uses: actions/[email protected]
- with:
- project-url: https://github.com/orgs/datastrato/projects/1
- github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT }}