build(deps): bump peter-evans/create-pull-request from 7ec5aae3c91d101b005af46adc760d265911886a to 11fa467881691ac900904a2eea702c5ea848ad13 #164
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: Project automation | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request: | |
| types: [opened] | |
| permissions: | |
| issues: read | |
| pull-requests: read | |
| jobs: | |
| add-to-project: | |
| name: Add to project | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v2.0.0 | |
| with: | |
| project-url: https://github.com/orgs/opendecree/projects/1 | |
| github-token: ${{ secrets.PROJECT_TOKEN }} | |