8000 Ejecuta pospell con un comentario en el PR by erickisos · Pull Request #1825 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Ejecuta pospell con un comentario en el PR #1825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete duplicated file
  • Loading branch information
erickisos committed Oct 4, 2022
commit e97b23426b9c9c5edbfde108e919d169d69b8722
5 changes: 2 additions & 3 deletions .github/workflows/pospell-on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: pospell
on:
issue_comment:
types:
- edited
- created

jobs:
fix-spell:
name: Fix spelling
runs-on: ubuntu-latest
if: |
github.event.comment.body == 'run-powrap'
&& github.event.issue.pull_request
if: ${{ github.event.issue.pull_request && github.event.comment.body == 'pospell-fix' }}
steps:
- name: Confirmar ejecucion
uses: actions/github-script@v6
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/pospell.yml

This file was deleted.

0