We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc99b6c commit 575e398Copy full SHA for 575e398
.github/workflows/main.yml
@@ -6,6 +6,9 @@ on:
6
- 3.*
7
pull_request:
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
test:
14
name: Test
.github/workflows/pr-comment.yml
@@ -3,10 +3,16 @@ name: Agrega comentario a PR
3
on:
4
pull_request_target:
5
pr-comment:
name: Entradas sin traducción
runs-on: ubuntu-22.04
+ permissions:
+ issues: write
15
+ pull-requests: write
16
steps:
17
- uses: actions/checkout@v4
18
with:
.github/workflows/stale.yaml
@@ -3,9 +3,15 @@ on:
schedule:
- cron: '30 1 * * *'
stale:
runs-on: ubuntu-latest
- uses: actions/stale@v8
0 commit comments