We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e5d90f + c5fc162 commit 5d004c1Copy full SHA for 5d004c1
issues.go
@@ -44,11 +44,6 @@ func issueEventPayload() github.IssuesEvent {
44
if err != nil {
45
errorLog(errors.Wrap(err, "Failed to unmarshal JSON to Go Object"))
46
}
47
- if payload.GetAction() != "opened" {
48
- infoLog("GitHub action interupts!!")
49
- infoLog("This issue is not new one :D")
50
- os.Exit(0)
51
- }
52
53
return payload
54
pull_requests.go
@@ -44,11 +44,6 @@ func pullRequestEventPayload() github.PullRequestEvent {
- infoLog("This PR is not new one :D")
0 commit comments