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.
1 parent 50dfaa7 commit 9b7480dCopy full SHA for 9b7480d
.github/workflows/docs.yaml
@@ -10,6 +10,11 @@ on:
10
- '**.md'
11
- '.github/workflows/docs.yml'
12
workflow_dispatch:
13
+ inputs:
14
+ version:
15
+ description: 'Version to release (e.g., 2.1.0, 2.1.0-rc.1)'
16
+ required: true
17
+ type: string
18
19
permissions:
20
contents: read
.github/workflows/security.yaml
schedule:
- cron: '0 2 * * 1' # Weekly on Monday at 2 AM UTC
0 commit comments