Bump postgres from 4d89c90 to fa6e571 in /test/IntegrationTests/docker
#641
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: 'Assign Reviewers' | |
| on: | |
| # pull_request_target is suggested for projects where pull requests will be | |
| # made from forked repositories. If pull_request is used in these cases, | |
| # the github token will not have sufficient permission to update the PR. | |
| pull_request_target: | |
| permissions: | |
| contents: read | |
| jobs: | |
| assign: | |
| permissions: | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| name: Assign Reviewers | |
| steps: | |
| - name: Assign reviewers | |
| uses: dyladan/component-owners@58bd86e9814d23f1525d0a970682cead459fa783 # tag: v0.1.0 | |
| with: | |
| assign-owners: "false" | |
| request-owner-reviews: "true" |