with:
sync-labels: ''
repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ - name: Assign to Dashboard project
+ uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1
+ if: contains(github.event.pull_request.labels.*.name, 'dashboard')
+ with:
+ project: https://github.com/ceph/ceph/projects/6
- name: Assign milestone based on target brach name
uses: iyu/actions-milestone@dbf7e5348844c9ddc6b803a5721b85fa70fe3bb9
with:
configuration-path: .github/milestone.yml
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- continue-on-error: true
- - name: Assign to Dashboard project
- uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1
- if: contains(github.event.pull_request.labels.*.name, 'dashboard')
- with:
- project: https://github.com/ceph/ceph/projects/6