From a1d8fb0b469948a84688c6ac66261664b040f3a0 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 4 Jul 2022 13:57:05 -0600 Subject: [PATCH] Auto adds bugs to bug hunting view --- .github/bug-hunting.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/bug-hunting.yml diff --git a/.github/bug-hunting.yml b/.github/bug-hunting.yml new file mode 100644 index 0000000000..02625c5331 --- /dev/null +++ b/.github/bug-hunting.yml @@ -0,0 +1,22 @@ +name: Add bugs to Bug Hunting + +on: + issues: + types: + - opened + - labeled + pull_request: + types: + - opened + - labeled + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@RELEASE_VERSION + with: + project-url: https://github.com/orgs/calcom/projects/1 + github-token: ${{ secrets.GH_ACCESS_TOKEN }} + labeled: 🐛%20bug