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.
@deprecated
1 parent a5f0faa commit 96dfbd3Copy full SHA for 96dfbd3
.github/workflows/fabbot.yml
@@ -119,7 +119,7 @@ jobs:
119
run: |
120
# @deprecated annotations should mention ${{ inputs.package }}
121
rm -rf b && cp -a a b && cd b
122
- find -name '*.php' \
+ find -name '*.php' -o -name '*.js' -o -name '*.ts' \
123
| while read -r FILE; do
124
sed -i -E 's/(@deprecated since )([0-9])/\1${{ inputs.package }} \2/' "$FILE"
125
done
0 commit comments