mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
ci(github): update workflow permission
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
name: docker
|
name: docker
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
name: Sync issue comments to JIRA
|
name: Sync issue comments to JIRA
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
# This workflow will be triggered when new issue comment is created (including PR comments)
|
# This workflow will be triggered when new issue comment is created (including PR comments)
|
||||||
on: issue_comment
|
on: issue_comment
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
name: Sync issues to Jira
|
name: Sync issues to Jira
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
|
||||||
# This workflow will be triggered when a new issue is opened
|
# This workflow will be triggered when a new issue is opened
|
||||||
on: issues
|
on: issues
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
name: Sync remain PRs to Jira
|
name: Sync remain PRs to Jira
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
# This workflow will be triggered every hour, to sync remaining PRs (i.e. PRs with zero comment) to Jira project
|
# This workflow will be triggered every hour, to sync remaining PRs (i.e. PRs with zero comment) to Jira project
|
||||||
# Note that, PRs can also get synced when new PR comment is created
|
# Note that, PRs can also get synced when new PR comment is created
|
||||||
on:
|
on:
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
name: Sync approved PRs to internal codebase
|
name: Sync approved PRs to internal codebase
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
name: Create zip file with recursive source clone for release
|
name: Create zip file with recursive source clone for release
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user