diff --git a/.gitea/workflows/issue.yml b/.gitea/workflows/issue.yml new file mode 100644 index 0000000..69fcbb6 --- /dev/null +++ b/.gitea/workflows/issue.yml @@ -0,0 +1,11 @@ +name: Tgt +run-name: CommentCollection +on: + issue_comment: + type: [created] + +jobs: + Dump Gitea Context: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." \ No newline at end of file