From bc853204ea5e8c498bf67e8bf0fb46aba831cb7d Mon Sep 17 00:00:00 2001 From: Harsh | Push Date: Sat, 2 Dec 2023 22:07:40 +0400 Subject: [PATCH] auto_add_project.yml --- .github/workflows/stale.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 0000000000..20ce9f3445 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,16 @@ +name: All add open issues to Push Project Tracker + +on: + issues: + types: + - opened + +jobs: + add-to-project: + name: Auto add issues to Project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.5.0 + with: + project-url: https://github.com/orgs/ethereum-push-notification-service/projects/10 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}