The "powertop" tool can fully display the hidden process name and PID... #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: antispam | |
on: | |
issues: | |
types: | |
- opened | |
- edited | |
- reopened | |
pull_request: | |
types: | |
- opened | |
- edited | |
- reopened | |
- synchronize | |
permissions: | |
pull-requests: write | |
issues: write | |
jobs: | |
build: | |
name: Antispam | |
runs-on: ubuntu-latest | |
steps: | |
- uses: liamg/antispam-action@1 | |
with: | |
token: ${{ github.token }} |