Skip to content

Commit

Permalink
Merge pull request #14 from dfarrell07/merge_queue_event
Browse files Browse the repository at this point in the history
Support GitHub merge queues
  • Loading branch information
Tim-Zhang committed May 17, 2023
2 parents 8673d84 + 496e590 commit 3efc138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const core = require('@actions/core')
const github = require('@actions/github')

const validEvent = ['pull_request']
const validEvent = ['pull_request', 'merge_group']

async function main() {
try {
Expand Down

0 comments on commit 3efc138

Please sign in to comment.