diff --git a/.gitea/workflows/vars.yml b/.gitea/workflows/vars.yml index 2daa252..c303938 100644 --- a/.gitea/workflows/vars.yml +++ b/.gitea/workflows/vars.yml @@ -1,39 +1,41 @@ on: - branch_protection_rule: - check_run: - check_suite: + #branch_protection_rule: + #check_run: + #check_suite: create: delete: - deployment: - discussion: - discussion_comment: + #deployment: + #discussion: + #discussion_comment: fork: gollum: issue_comment: issues: - label: - merge_group: - milestone: - page_build: - project: - project_card: - project_column: - public: + #label: + #merge_group: + #milestone: + #page_build: + #project: + #project_card: + #project_column: + #public: pull_request: pull_request_review: pull_request_review_comment: pull_request_target: + # noinspection YAMLSchemaValidation + pull_request_comment: push: registry_package: release: - repository_dispatch: + #repository_dispatch: schedule: - 0 0 * * * - status: - watch: - workflow_call: - workflow_dispatch: - workflow_run: + #status: + #watch: + #workflow_call: + #workflow_dispatch: + #workflow_run: jobs: dump: diff --git a/README.md b/README.md index 7878a3c..d5df1b4 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ Which variables are set in Gitea Actions by default? Let's try to dump all [context](https://docs.github.com/en/actions/learn-github-actions/contexts) for all [triggers](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows). + +Not all GitHub triggers are implemented, +currently [the list can be found here](https://github.com/go-gitea/gitea/blob/main/modules/actions/github.go).