Skip to content

Commit

Permalink
feat: add support for issue metadata and dynamic summary
Browse files Browse the repository at this point in the history
ci: enable issue comments for our TFaGA
  • Loading branch information
jamacku committed Sep 23, 2024
1 parent d2b99fd commit 371d626
Show file tree
Hide file tree
Showing 55 changed files with 7,917 additions and 872 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
tmt_plan_regex: "smoke_plan"
pull_request_status_name: "Smoke test"
update_pull_request_status: "true"
create_issue_comment: "true"
1 change: 1 addition & 0 deletions .github/workflows/secrets_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
pull_request_status_name: "Secrets test"
secrets: "SOME_DUMMY_SECRET=FOO_BAR_SECRET;OS_SECRET=DUMMY_SECRET_OS"
update_pull_request_status: "true"
create_issue_comment: "true"
1 change: 1 addition & 0 deletions .github/workflows/timeout-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
pull_request_status_name: "Timeout test"
update_pull_request_status: "true"
timeout: 60
create_issue_comment: "true"

- name: Check if testing farm test reached past the timeout limit
if: ${{ !cancelled() }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/variables_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
pull_request_status_name: "Variables test"
variables: "SOME_DUMMY_VARIABLE=FOO_BAR_VARIABLE;OS_VARIABLE=DUMMY_OS"
update_pull_request_status: "true"
create_issue_comment: "true"
53 changes: 29 additions & 24 deletions dist/action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 371d626

Please sign in to comment.