build(deps): bump use-sync-external-store from 1.2.0 to 1.6.0 #9
Workflow file for this run
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: Issue policy | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize, reopened, labeled, unlabeled, ready_for_review, review_requested] | |
| pull_request_review: | |
| types: [submitted] | |
| permissions: | |
| contents: read | |
| issues: read | |
| pull-requests: read | |
| jobs: | |
| policy: | |
| name: Issue policy | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out trusted policy | |
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 | |
| with: | |
| ref: ${{ github.event.repository.default_branch }} | |
| persist-credentials: false | |
| - name: Validate pull request | |
| env: | |
| GITHUB_TOKEN: ${{ github.token }} | |
| run: node .github/issue-management/policy.mjs pr |