We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb3e903 + c8dc900 commit beeaffbCopy full SHA for beeaffb
.github/workflows/monitor-components.yml
@@ -12,12 +12,13 @@ on:
12
13
env:
14
CHARACTER_LIMIT: 5000
15
- MAX_AGE: 48h
+ MAX_AGE: 7d
16
17
jobs:
18
job:
19
runs-on: ubuntu-latest
20
- environment: monitor-components
+ permissions:
21
+ issues: write
22
strategy:
23
matrix:
24
component:
@@ -79,7 +80,7 @@ jobs:
79
80
feed: ${{matrix.component.feed}}
81
prefix: "[New ${{matrix.component.label}} version]"
82
labels: component-update
- github-token: ${{ secrets.MONITOR_COMPONENTS_PAT }}
83
+ github-token: ${{ secrets.GITHUB_TOKEN }}
84
character-limit: ${{ env.CHARACTER_LIMIT }}
85
max-age: ${{ env.MAX_AGE }}
86
aggregate: ${{matrix.component.aggregate}}
0 commit comments