diff --git a/.gitea/workflows/request-info.yml b/.gitea/workflows/request-info.yml new file mode 100644 index 0000000..6c17d1a --- /dev/null +++ b/.gitea/workflows/request-info.yml @@ -0,0 +1,16 @@ +name: Request Info + +on: + pull_request: + types: [opened] + issue_comment: + types: [created] + +jobs: + request-info: + runs-on: ubuntu-latest + steps: + - name: Request Info + uses: actions-ecosystem/action-request-info@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }}