Skip to content

Feat/tc agent #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2025
Merged

Feat/tc agent #8

merged 2 commits into from
Jul 10, 2025

Conversation

kkartunov
Copy link
Contributor

No description provided.

@kkartunov kkartunov merged commit 72753c7 into dev Jul 10, 2025
1 check passed
pr_commented:
# This job only runs for pull request comments
name: TC Action Agent - Do It - PR comment
if: ${{ github.event.issue.pull_request }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high
correctness
The if condition ${{ github.event.issue.pull_request }} is used to determine if the comment is on a pull request. Ensure that this condition correctly distinguishes between pull request and issue comments, as incorrect logic could lead to jobs not running as expected.

issue_commented:
# This job only runs for issue comments
name: TC Action Agent - Do It - Issue comment
if: ${{ !github.event.issue.pull_request }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high
correctness
The if condition ${{ !github.event.issue.pull_request }} is used to determine if the comment is on an issue. Ensure that this condition correctly distinguishes between issue and pull request comments, as incorrect logic could lead to jobs not running as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant