We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d4bae commit 928fba4Copy full SHA for 928fba4
.github/workflows/priority-score.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Update CalculatedPriority field
12
uses: actions/github-script@v7
13
with:
14
- github-token: ${{ secrets.BOT_TOKEN }}
+ github-token: ${{ secrets.YDBOT_TOKEN }}
15
script: |
16
const labelWeights = {
17
"prio/high": 1000,
0 commit comments