mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
ci(github): update workflow permission
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: docker
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
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)
|
||||
on: issue_comment
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
name: Sync issues to Jira
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
# This workflow will be triggered when a new issue is opened
|
||||
on: issues
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
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
|
||||
# Note that, PRs can also get synced when new PR comment is created
|
||||
on:
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
name: Sync approved PRs to internal codebase
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
name: Create zip file with recursive source clone for release
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user