10BC0 Merge pull request #866 from w3c/meeting-2025-08-28 · w3c/webextensions@a55eaa4 · GitHub
[go: up one dir, main page]

Skip to content

Agenda discussion for public meeting on 2025-09-25 #377

Agenda discussion for public meeting on 2025-09-25

Agenda discussion for public meeting on 2025-09-25 #377

Workflow file for this run

name: "Needs Triage"
on:
issues:
types: [opened]
jobs:
triage:
if: github.event.issue.labels[0] == null
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
0