Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/arc-update-runners-scheduled.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This workflows polls releases from actions/runner and in case of a new one it
# updates files containing runner version and opens a pull request.
name: Runner Updates Check (Scheduled Job)
permissions:
pull-requests: write
contents: write

on:
schedule:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/global-run-first-interaction.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: First Interaction

permissions:
contents: read
issues: write
pull-requests: write

on:
issues:
types: [opened]
Expand Down
Loading