Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into feat/BUX-480/RecordTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain authored Feb 9, 2024
2 parents 43da299 + 14e94c7 commit 612d49e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "On pull request"

on:
pull_request_target:
types:
- labeled
- unlabeled
- opened

permissions:
pull-requests: write

jobs:
on-pr:
uses: bactions/workflows/.github/workflows/on-pull-request.yml@main

0 comments on commit 612d49e

Please sign in to comment.