Fix PR labeling failing
| @@ -121,4 +121,5 @@ jobs: | ||
| 121 | 121 | with: |
| 122 | 122 | actions: 'remove-labels' |
| 123 | 123 | token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| 124 | + issue-number: ${{ github.event.issue.number || github.event.pull_request.number }} | |
| 124 | 125 | labels: '⚰️ Stale,🕸️ Inactive,🚏 Awaiting User Response,🛑 No Response' |
| @@ -19,5 +19,5 @@ jobs: | ||
| 19 | 19 | with: |
| 20 | 20 | actions: remove-labels |
| 21 | 21 | token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| 22 | 22 | issue-number: ${{ github.event.issue.number || github.event.pull_request.number }} |
| 23 | 23 | labels: '🚏 Awaiting User Response,🧑💻 In Progress,📌 Keep Open,🚫 Merge Conflicts,🔬 Needs Testing,🔨 Needs Work,⚰️ Stale,⛔ Waiting For External/Upstream' |