File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " Claude Update Config Parameters Docs On Change"
2+
3+ on :
4+ push :
5+ branches :
6+ - " 2.2.x"
7+ paths :
8+ - ' .github/workflows/claude-update-config-parameters-docs.yml'
9+ - ' conf/parametersSchema.neon'
10+
11+ jobs :
12+ fix :
13+ runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
16+ actions : write
17+ steps :
18+ - name : Harden the runner (Audit all outbound calls)
19+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
20+ with :
21+ egress-policy : audit
22+
23+ - name : Trigger Claude Update Config Parameters Docs
24+ env :
25+ GH_TOKEN : ${{ secrets.PHPSTAN_BOT_TOKEN }}
26+ run : gh workflow run claude-update-config-parameters-docs.yml --repo phpstan-bot/phpstan-src
Original file line number Diff line number Diff line change 1+ name : " Claude Update PHPDoc Tags Docs On Change"
2+
3+ on :
4+ push :
5+ branches :
6+ - " 2.2.x"
7+ paths :
8+ - ' .github/workflows/claude-update-phpdoc-tags-docs-on-change.yml'
9+ - ' src/PhpDoc/PhpDocNodeResolver.php'
10+
11+ jobs :
12+ fix :
13+ runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
16+ actions : write
17+ steps :
18+ - name : Harden the runner (Audit all outbound calls)
19+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
20+ with :
21+ egress-policy : audit
22+
23+ - name : Trigger Claude Update PHPDoc Tags Docs
24+ env :
25+ GH_TOKEN : ${{ secrets.PHPSTAN_BOT_TOKEN }}
26+ run : gh workflow run claude-update-phpdoc-tags-docs.yml --repo phpstan-bot/phpstan-src
Original file line number Diff line number Diff line change 1+ name : " Claude Update PHPDoc Types Docs On Change"
2+
3+ on :
4+ push :
5+ branches :
6+ - " 2.2.x"
7+ paths :
8+ - ' .github/workflows/claude-update-phpdoc-types-docs-on-change.yml'
9+ - ' src/PhpDoc/TypeNodeResolver.php'
10+
11+ jobs :
12+ fix :
13+ runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
16+ actions : write
17+ steps :
18+ - name : Harden the runner (Audit all outbound calls)
19+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
20+ with :
21+ egress-policy : audit
22+
23+ - name : Trigger Claude Update PHPDoc Types Docs
24+ env :
25+ GH_TOKEN : ${{ secrets.PHPSTAN_BOT_TOKEN }}
26+ run : gh workflow run claude-update-phpdoc-types-docs.yml --repo phpstan-bot/phpstan-src
You can’t perform that action at this time.
0 commit comments