Skip to content

feat(alacritty): update configuration #289

feat(alacritty): update configuration

feat(alacritty): update configuration #289

Workflow file for this run

---
name: PR
# yamllint disable-line rule:truthy
on:
- pull_request
jobs:
automation:
name: Automation
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Check title
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |
alacritty
ansible
helix
neovim
task
vim
wezterm
zsh
- name: Add labels based on changes
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}