Skip to content

Commit

Permalink
chore: add issues to GitHub Project automatically (#5018)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
fuyufjh and mergify[bot] authored Aug 31, 2022
1 parent 3f338fa commit 67d5c3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/assign-issue-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
assign-milestone:
runs-on: ubuntu-latest
steps:
- name: Automatically set milestone to issue
- name: Add issue to the latest milestone
uses: cgetc/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version-prefix: 'release-'
version-separator: '.'
- name: Add issue to project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/risingwavelabs/projects/13
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 67d5c3c

Please sign in to comment.