diff --git a/.gitignore b/.gitignore index 5045b59..d16c758 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ typings/ # TernJS port file .tern-port +.idea/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..76a8554 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/action.yml b/action.yml index b9af9a5..03e74bf 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ name: HasLabel -description: GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events. +description: GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events. author: DanielTamkin runs: - using: 'node12' + using: 'node24' main: './dist/index.js' branding: icon: filter