Skip to content
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

Use special syntax to refer to GH action event data #1948

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

vinistock
Copy link
Member

Motivation

There was another mistake in the auto assign action. github.event.issue exists, but not as a variable directly in the TypeScript. It's a special variable that has to be inserted with the ${{ }} syntax.

Implementation

Started using the syntax so that we can get the values properly pasted in the script.

@vinistock vinistock added the chore Chore task label Apr 17, 2024
@vinistock vinistock self-assigned this Apr 17, 2024
@vinistock vinistock requested a review from a team as a code owner April 17, 2024 13:46
@vinistock vinistock requested review from andyw8 and aryan-soni April 17, 2024 13:46
@vinistock vinistock merged commit 22ae132 into main Apr 17, 2024
43 checks passed
@vinistock vinistock deleted the vs/use_special_syntax_for_issue branch April 17, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants