Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Jan 6, 2025
1 parent e74bf4e commit 63ebd2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Merge Queue Test
on:
pull_request:
types: [labeled, unlabeled]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Log something
run: echo "Hello world"

0 comments on commit 63ebd2e

Please sign in to comment.