We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ed4c1 commit f3b50abCopy full SHA for f3b50ab
.github/dependabot.yml
@@ -7,3 +7,5 @@ updates:
7
schedule:
8
# Check for updates to GitHub Actions every week
9
interval: "weekly"
10
+ cooldown:
11
+ default-days: 7
.github/workflows/add_to_backlog.yml
@@ -9,12 +9,14 @@ on:
types:
- opened
12
+permissions: {}
13
+
14
jobs:
15
add-to-project:
16
name: Add issue or PR to OctoPrint Backlog project
17
runs-on: ubuntu-latest
18
steps:
- - uses: actions/add-to-project@main
19
+ - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
20
with:
21
project-url: https://github.com/orgs/OctoPrint/projects/6
22
github-token: ${{ secrets.BACKLOG_PROJECT_ACCESS }}
0 commit comments