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

chore: repro 291 #296

Closed
wants to merge 1 commit into from
Closed

chore: repro 291 #296

wants to merge 1 commit into from

Conversation

thollander
Copy link
Owner

No description provided.

Repository owner deleted a comment from github-actions bot Oct 7, 2023
Repository owner deleted a comment from github-actions bot Oct 7, 2023
Repository owner deleted a comment from github-actions bot Oct 7, 2023
Repository owner deleted a comment from github-actions bot Oct 7, 2023
@github-actions
Copy link

github-actions bot commented Oct 7, 2023

import fs from 'fs';
import * as github from '@actions/github';
import * as core from '@actions/core';
import { GetResponseDataTypeFromEndpointMethod } from '@octokit/types';

// See https://docs.github.com/en/rest/reactions#reaction-types
const REACTIONS = ['+1', '-1', 'laugh', 'confused', 'heart', 'hooray', 'rocket', 'eyes'] as const;
type Reaction = (typeof REACTIONS)[number];

Repository owner deleted a comment from github-actions bot Oct 7, 2023
Repository owner deleted a comment from github-actions bot Oct 7, 2023
Repository owner deleted a comment from github-actions bot Oct 7, 2023
@thollander thollander mentioned this pull request Oct 7, 2023
@thollander thollander closed this Oct 7, 2023
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