mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-13 05:27:56 +00:00
build
This commit is contained in:
committed by
GitHub
parent
6fcbe1004c
commit
b01f724082
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -9,7 +9,7 @@
|
|||||||
# the `language` matrix defined below to confirm you have the correct set of
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
# supported CodeQL languages.
|
# supported CodeQL languages.
|
||||||
#
|
#
|
||||||
name: "CodeQL"
|
name: 'CodeQL'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ Create a workflow that runs when Issues or Pull Requests are opened or labeled i
|
|||||||
Once you've configured your workflow, save it as a `.yml` file in your target Repository's `.github/workflows` directory.
|
Once you've configured your workflow, save it as a `.yml` file in your target Repository's `.github/workflows` directory.
|
||||||
|
|
||||||
##### Example Usage: Issue opened with labels `bug` OR `needs-triage`
|
##### Example Usage: Issue opened with labels `bug` OR `needs-triage`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: Add bugs to bugs project
|
name: Add bugs to bugs project
|
||||||
|
|
||||||
@@ -45,8 +46,8 @@ jobs:
|
|||||||
label-operator: OR
|
label-operator: OR
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
##### Example Usage: Pull Requests labeled with `needs-review` and `size/XL`
|
##### Example Usage: Pull Requests labeled with `needs-review` and `size/XL`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: Add needs-review and size/XL pull requests to projects
|
name: Add needs-review and size/XL pull requests to projects
|
||||||
|
|
||||||
@@ -68,7 +69,6 @@ jobs:
|
|||||||
label-operator: AND
|
label-operator: AND
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Further reading and additional resources
|
#### Further reading and additional resources
|
||||||
|
|
||||||
- [Inputs](#inputs)
|
- [Inputs](#inputs)
|
||||||
|
|||||||
2
dist/sourcemap-register.js
generated
vendored
2
dist/sourcemap-register.js
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user