Skip to content

[pt-br] Fix translation of using webstorage api and deprecated code being used without warning in "Learn/files/pt-BR/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API" #39320

[pt-br] Fix translation of using webstorage api and deprecated code being used without warning in "Learn/files/pt-BR/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API"

[pt-br] Fix translation of using webstorage api and deprecated code being used without warning in "Learn/files/pt-BR/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API" #39320

name: "PR Needs Rebase"
on:
push:
pull_request_target:
types: [synchronize]
jobs:
label-rebase-needed:
# do not run on PRs in forks
if: github.repository == 'mdn/translated-content'
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
with:
target-repo: "mdn/translated-content"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}