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 fb69411 commit 80c0a81Copy full SHA for 80c0a81
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ on:
16
push:
17
branches-ignore:
18
- "gh-readonly-queue/**"
19
+ - "main"
20
merge_group:
21
workflow_dispatch:
22
.github/workflows/issue_handler.yml
@@ -13,5 +13,4 @@ jobs:
13
- uses: actions/[email protected]
14
with:
15
project-url: https://github.com/orgs/esp-rs/projects/2
- github-token: ${{ secrets.PAT }}
- labeled: status:needs-attention
+ github-token: ${{ secrets.PAT }}
0 commit comments