-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the leftover issues with the version bump ticket creation action. --------- Co-authored-by: gera <gerared45@gmail.com>
- Loading branch information
Showing
2 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Add Polkadot version upgrade ticket to weekly board | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
add-to-weekly-board: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Add new issue to weekly board | ||
uses: actions/add-to-project@0.4.0 | ||
with: | ||
project-url: https://github.com/orgs/KILTprotocol/projects/24 | ||
github-token: ${{ secrets.REPO_ACCESS_TOKEN }} | ||
labeled: kiltbot |
This file contains 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