deps(deps): update ansible/ansible-lint action to v25.9.2 #131
  
    
      This file contains hidden or 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
    
  
  
    
  | --- | |
| # https://github.com/peter-evans/enable-pull-request-automerge | |
| on: # yamllint disable-line rule:truthy | |
| pull_request: | |
| branches: | |
| - master | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| name: 🤞 Auto merge release | |
| jobs: | |
| auto-merge: | |
| uses: wayofdev/gh-actions/.github/workflows/[email protected] | |
| with: | |
| os: ubuntu-latest | |
| pull-request-number: ${{ github.event.pull_request.number }} | |
| actor: lotyp | |
| merge-method: merge | |
| secrets: | |
| # to trigger other workflows, pass PAT token instead of GITHUB_TOKEN | |
| token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} | |
| ... |