api.UserActivation - chromium support a non-standard proposal to define ability to query the state of user activation in worker #4398
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
name: Close incomplete issue templates | |
on: | |
issues: | |
types: | |
- opened | |
permissions: | |
issues: write | |
jobs: | |
close-issues-if-invalid: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: queengooborg/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
labels: "invalid :no_entry_sign:" | |
comment: | | |
This issue was automatically closed because the title was left as the default, and a summary was not added. | |
If this is not a spam issue, please replace the `<SUMMARIZE THE PROBLEM>` part of the title with a short summary of the reported issue, and then post a follow-up comment. A maintainer will review your issue and reopen it if needed. | |
normalize-newlines: true | |
title-contains: "<SUMMARIZE THE PROBLEM>" |