PromotionActionType is not consistent between platforms #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto respond and close issue | ||
| on: | ||
| issues: | ||
| types: | ||
| - opened | ||
| jobs: | ||
| auto-respond-and-close-issue: | ||
| uses: mparticle/mparticle-workflows/.github/workflows/auto-respond-close-issue.yml@main | ||
|
Check failure on line 10 in .github/workflows/issue-autorespond-and-close.yml
|
||
| with: | ||
| issue_number: ${{ github.event.issue.number }} | ||
| repository: ${{ github.repository }} | ||
| user_login: ${{ github.event.issue.user.login }} | ||