Skip to content

Commit cf9428b

Browse files
authored
Merge pull request #40356 from github/repo-sync
Repo sync
2 parents 2f76b6d + 2d8b1f0 commit cf9428b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/actions/reference/workflows-and-actions/contexts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@ The `job` context contains information about the currently running job.
364364
| Property name | Type | Description |
365365
|---------------|------|-------------|
366366
| `job` | `object` | This context changes for each job in a workflow run. You can access this context from any step in a job. This object contains all the properties listed below. |
367+
| {% ifversion fpt or ghec %} |
368+
| `job.check_run_id` | `number` | The check run ID of the current job. |
369+
| {% endif %} |
367370
| `job.container` | `object` | Information about the job's container. For more information about containers, see [AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer). |
368371
| `job.container.id` | `string` | The ID of the container. |
369372
| `job.container.network` | `string` | The ID of the container network. The runner creates the network used by all containers in a job. |

content/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ With issue and pull request search terms, you can:
216216
* Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat`
217217

218218
> [!TIP]
219-
> You can filter issues and pull requests by label using logical OR or using logical AND.
219+
> You can filter issues by label using logical OR or using logical AND.
220220
> * To filter issues using logical OR, use the comma syntax: `label:"bug","wip"`.
221221
> * To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`.
222222

0 commit comments

Comments
 (0)