Skip to content

updated action to public #6

updated action to public

updated action to public #6

Workflow file for this run

name: Auth and Fast-Forward

Check failure on line 1 in .github/workflows/auth-ff-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auth-ff-merge.yml

Invalid workflow file

(Line: 21, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'PolymeshAssociation/polymesh-action-public'
on:
pull_request:
types: [opened, reopened, synchronize]
issue_comment:
types: [created]
jobs:
auth-and-merge:
if: >
github.event_name == 'pull_request' ||
(github.event_name == 'issue_comment' &&
contains(github.event.comment.body, '/fast-forward') &&
github.event.issue.pull_request)
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- uses: PolymeshAssociation/polymesh-action-public
with:
allowed-signers: ${{ vars.MIDDLEWARE_ALLOWED_SIGNERS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-mode: 'always'
auth-required: 'true'